Subreddit Tracker
This extension tracks a given subreddit's new posts.
Qu'est-ce que Subreddit Tracker ?
Subreddit Tracker est une extension Chrome développée par Leslie Heinzen, et sa fonction principale est "This extension tracks a given subreddit's new posts.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Subreddit Tracker
Téléchargez les fichiers d'extension Subreddit Tracker au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Use Reddit Tracker to stay up to date on new posts submitted to a given subreddit. This is useful for following subreddits where having updated information on new posts is beneficial, for example, deals subreddits. The user can do the following: Input the name of a subreddit to follow. Input an interval given in seconds. This is the frequency that Reddit Tracker will make subreddit checks. Start and stop the process. Reddit Tracker will persist tracking in the background until the "Stop Tracking" button is clicked, or the browser is closed. View an updated badge count of new posts over the extension icon (including when the extension popup is closed). Follow links to Reddit from the list of new posts. Clear all items from the list.
Informations de Base sur l'Extension
Nom | Subreddit Tracker |
ID | hkonlfgbpejilcpfnopkjfegbbbgimnp |
URL Officiel | https://chromewebstore.google.com/detail/subreddit-tracker/hkonlfgbpejilcpfnopkjfegbbbgimnp |
Description | This extension tracks a given subreddit's new posts. |
Taille du Fichier | 16.92 KB |
Nombre d'Installations | 12 |
Version Actuelle | 1.0.7 |
Dernière Mise à Jour | 2016-12-08 |
Date de Publication | 2016-12-07 |
Évaluation | 5.00/5 Total 2 Évaluations |
Développeur | Leslie Heinzen |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Subreddit Tracker", "description": "This extension tracks a given subreddit's new posts.", "version": "1.0.7", "background": { "scripts": [ ".\/js\/background.js" ], "persistent": true }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "browser_action": { "default_icon": { "19": "icon16.png" }, "default_popup": "popup.html" }, "permissions": [ "activeTab", "storage", "background" ] } |