Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shu8/stack-exchange-post-watcher
Watch questions and answers on the Stack Exchange network of sites to find out when they are edited, commented on, answered, and more!
https://github.com/shu8/stack-exchange-post-watcher
chrome-extension extension firefox-extension notifications stackexchange stackoverflow webextension
Last synced: 2 months ago
JSON representation
Watch questions and answers on the Stack Exchange network of sites to find out when they are edited, commented on, answered, and more!
- Host: GitHub
- URL: https://github.com/shu8/stack-exchange-post-watcher
- Owner: shu8
- License: mit
- Created: 2019-03-21T19:37:24.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-07-25T20:49:22.000Z (over 2 years ago)
- Last Synced: 2024-05-01T13:32:35.419Z (8 months ago)
- Topics: chrome-extension, extension, firefox-extension, notifications, stackexchange, stackoverflow, webextension
- Language: JavaScript
- Homepage: https://stackapps.com/q/8278/26088
- Size: 92.8 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Stack Exchange Post Watcher
Watching posts for changes is an _extremely_ heavily requested feature on Stack Exchange (see [1](https://meta.stackexchange.com/questions/45360/subscribing-to-questions-and-comments-that-dont-belong-to-you), [2](https://meta.stackexchange.com/questions/1803/mark-questions-to-receive-notifications-and-updates), [3](https://meta.stackexchange.com/questions/83343/adding-favorites-to-the-stack-exchange-global-inbox)).
This extension adds a 'watch' button to the actions under every post on the Stack Exchange network, letting you keep track of edits, vote changes, post state changes (e.g. closures), new comments, and new answers!
Now you can easily go back to a post once it's been modified to reconsider your vote or comments, or because you wanted to know the answer yourself!
It is available for [**_Firefox_**](https://addons.mozilla.org/en-GB/firefox/addon/stack-exchange-post-watcher/) and [**_Chrome_**](https://chrome.google.com/webstore/detail/stack-exchange-post-watch/kdjoaglbdcmgbmiahlkkhkkefncejmmm).
The extension adds an unobtrusive icon to your extension bar and adds a small coloured badge when a change has been detected. It checks the API every 10 minutes for any changes to posts in your watch list. It will prompt you for an access token on first install to give it a higher quota for querying the API.
If you would like any additional watch options, please make a feature request as an issue at the Github repo: https://github.com/shu8/stack-exchange-post-watcher/issues. I'll try my best to add it in!
## Install
[![Available on Chrome](https://developer.chrome.com/webstore/images/ChromeWebStore_Badge_v2_206x58.png)](https://chrome.google.com/webstore/detail/stack-exchange-post-watch/kdjoaglbdcmgbmiahlkkhkkefncejmmm)
[![Available on Firefox](https://addons.cdn.mozilla.net/static/img/addons-buttons/AMO-button_1.png)](https://addons.mozilla.org/en-GB/firefox/addon/stack-exchange-post-watcher/)## Contributing
Any feature requests or bug reports are very welcome! Please post them as [an issue on Github](https://github.com/shu8/stack-exchange-post-watcher).
If you would like to help by submitting a pull request for a bug fix or new feature, please feel free to do so! To add a new watch type, it might be as simple as [adding just _one line_](https://github.com/shu8/stack-exchange-post-watcher/blob/master/ext/src/background/constants.js#L4), so please have a go if you want!
## Screenshots
__Chrome__:
![Chrome watched posts](https://lh3.googleusercontent.com/vE7grUKtSdoAueFM8oZF0Eoz2TypHOZLSFgfgiqkzSE5_dA6K32UOnc-cT0A2oykGskQUqZMbQ=w640-h400-e365)
__Firefox__:
![Firefox watch post dialog](https://addons.cdn.mozilla.net/user-media/previews/full/217/217727.png?modified=1554916019)