All Projects → sneakypete81 → Updatescanner

sneakypete81 / Updatescanner

Licence: gpl-3.0
Firefox addon to monitor web pages for updates.

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Updatescanner

Urql Devtools
A tool for monitoring and debugging urql during development
Stars: ✭ 131 (-21.08%)
Mutual labels:  firefox, firefox-addon, webextension
paxmod
🕊️ Firefox add-on for multi-row tabs and site-dependent tab colors
Stars: ✭ 123 (-25.9%)
Mutual labels:  firefox, firefox-addon, webextension
Session-resurrection
Save your browser sessions and restore them any time
Stars: ✭ 36 (-78.31%)
Mutual labels:  firefox, firefox-addon, webextension
Floccus
☁️ Sync your bookmarks privately across browsers
Stars: ✭ 2,630 (+1484.34%)
Mutual labels:  firefox, firefox-addon, webextension
Synology Download Manager
An open source browser extension for adding/managing download tasks to your Synology DiskStation.
Stars: ✭ 138 (-16.87%)
Mutual labels:  firefox, firefox-addon, webextension
web-extension-boilerplate
The web extension boilerplate help to set up project quickly using typescript, jest, webpack, githook, prettier and github actions
Stars: ✭ 35 (-78.92%)
Mutual labels:  firefox, firefox-addon, webextension
Livemarks
Extension that restores RSS Feed Livemarks in Firefox.
Stars: ✭ 137 (-17.47%)
Mutual labels:  firefox, firefox-addon, webextension
copy all tabs
Browser add-on to copy all URLs and titles from the open tabs in a browser window as a text list to the system clipboard. Links can also be pasted to a browser window to restore a list of tabs.
Stars: ✭ 21 (-87.35%)
Mutual labels:  firefox, firefox-addon, webextension
Disable Javascript
Adds the ability to disable JavaScript on specific sites.
Stars: ✭ 151 (-9.04%)
Mutual labels:  firefox, firefox-addon, webextension
Jjb
一个帮助你自动申请京东价格保护的chrome拓展
Stars: ✭ 3,083 (+1757.23%)
Mutual labels:  firefox, firefox-addon, webextension
Newtaboverride
New Tab Override allows you to set the page that shows whenever you open a new tab.
Stars: ✭ 120 (-27.71%)
Mutual labels:  firefox, firefox-addon, webextension
Bookmarks Organizer
With the Bookmarks Organizer it's easy to put order in your bookmarks. The Bookmarks Organizer finds no longer working bookmarks, redirects, duplicates and more!
Stars: ✭ 90 (-45.78%)
Mutual labels:  firefox, firefox-addon, webextension
AntiRickRoll
Chrome extension that blocks Rickrolls!
Stars: ✭ 22 (-86.75%)
Mutual labels:  firefox, firefox-addon, webextension
webpageScanner
Extension for Firefox
Stars: ✭ 16 (-90.36%)
Mutual labels:  firefox, firefox-addon, webextension
Ext Saladict
🥗 All-in-one professional pop-up dictionary and page translator which supports multiple search modes, page translations, new word notebook and PDF selection searching.
Stars: ✭ 8,418 (+4971.08%)
Mutual labels:  firefox, firefox-addon, webextension
Fx cast
Implementation of the Google Cast Chrome Sender SDK within Firefox
Stars: ✭ 1,319 (+694.58%)
Mutual labels:  firefox, firefox-addon, webextension
Yaofang
药方 YAWF 火狐扩展 新浪微博 微博过滤版面改造和美化等
Stars: ✭ 120 (-27.71%)
Mutual labels:  firefox-addon, webextension
Swift Selection Search
Swift Selection Search (SSS) is a simple Firefox add-on that lets you quickly search for some text in a page using your favorite search engines.
Stars: ✭ 125 (-24.7%)
Mutual labels:  firefox, webextension
Html5 Video Everywhere
Higher performance and stable video watching experience on the web
Stars: ✭ 118 (-28.92%)
Mutual labels:  firefox-addon, webextension
Web Ext Types
TypeScript type definitions for Firefox WebExtensions
Stars: ✭ 127 (-23.49%)
Mutual labels:  firefox, webextension

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

You'll need Node.js 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
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].