# update-scanner **Repository Path**: mirrors/update-scanner ## Basic Information - **Project Name**: update-scanner - **Description**: Firefox 浏览器插件,监控网页更新,对那些不提供 Atom 或 RSS 服务的网站尤为有用。 - **Primary Language**: JavaScript - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 16 - **Forks**: 0 - **Created**: 2017-04-01 - **Last Updated**: 2025-08-30 ## Categories & Tags **Categories**: firefox-addons **Tags**: None ## README # Update Scanner Firefox addon to monitors web pages for updates. **Documentation: http://sneakypete81.github.io/updatescanner** **Install from: https://addons.mozilla.org/firefox/addon/update-scanner** # Development [![Build Status](https://travis-ci.org/sneakypete81/updatescanner.svg?branch=master)](https://travis-ci.org/sneakypete81/updatescanner) You'll need [Node.js](https://nodejs.org/) installed. Clone the source and install all dependencies: git clone https://github.com/sneakypete81/updatescanner.git cd updatescanner npm install Build, lint and test the webextension: npm run all Other useful actions: npm run run # Run in Firefox, rebuilding and updating when files change npm run test # Run all tests npm run test:watch # Run all tests automatically whenever files change npm run lint # Run all lint checks