Tiny Tiny RSS Checker
This extension displays the number of unread articles in your Tiny Tiny RSS installation.
Qu'est-ce que Tiny Tiny RSS Checker ?
Tiny Tiny RSS Checker est une extension Chrome développée par Marcel Dopita, et sa fonction principale est "This extension displays the number of unread articles in your Tiny Tiny RSS installation.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Tiny Tiny RSS Checker
Téléchargez les fichiers d'extension Tiny Tiny RSS Checker 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
This extension adds a toolbar button which changes color when unread articles are available in your Tiny Tiny RSS installation and displays the number of unread in a tooltip and, optionally, using a badge. This is a fork of "Tiny Tiny RSS Notifier" by Andrew Dolgov (of tt-rss.org). The original version is stuck at version 0.5.2. This version contains the later unpublished feature: "improve click action: open site_url in empty/existing/new tab" and other improvements (Options UI with sync support). Author of the original "Tiny Tiny RSS Notifier" about not updating the extension any more: https://tt-rss.org/forum/viewtopic.php?f=16&t=1267&p=19576#p19579 Source of this fork: https://github.com/moneytoo/tt-rss-checker-chrome
Informations de Base sur l'Extension
Nom | Tiny Tiny RSS Checker |
ID | injnpmieoiaflnemdibhkflicchhaldh |
URL Officiel | https://chromewebstore.google.com/detail/tiny-tiny-rss-checker/injnpmieoiaflnemdibhkflicchhaldh |
Description | This extension displays the number of unread articles in your Tiny Tiny RSS installation. |
Taille du Fichier | 69.41 KB |
Nombre d'Installations | 444 |
Version Actuelle | 0.5.3.4 |
Dernière Mise à Jour | 2016-10-20 |
Date de Publication | 2016-10-20 |
Évaluation | 3.60/5 Total 5 Évaluations |
Développeur | Marcel Dopita |
[email protected] | |
Type de Paiement | free |
URL de la Page de Politique de Confidentialité | https://brouken.com/privacy-policy.html |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Tiny Tiny RSS Checker", "background": { "scripts": [ "js\/background.js" ], "persistent": true }, "version": "0.5.3.4", "manifest_version": 2, "description": "This extension displays the number of unread articles in your Tiny Tiny RSS installation.", "options_ui": { "page": "options.html", "chrome_style": true }, "icons": { "48": "images\/icon_48.png", "128": "images\/icon_128.png" }, "browser_action": { "default_icon": "images\/normal.png", "default_title": "No unread articles" }, "permissions": [ "tabs", "alarms", "storage", "http:\/\/*\/*", "https:\/\/*\/*" ] } |