Tiny Tiny RSS Checker
This extension displays the number of unread articles in your Tiny Tiny RSS installation.
Τι είναι το Tiny Tiny RSS Checker;
Το Tiny Tiny RSS Checker είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Marcel Dopita, και η κύρια λειτουργία του είναι "This extension displays the number of unread articles in your Tiny Tiny RSS installation.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Tiny Tiny RSS Checker
Λήψη αρχείων επέκτασης Tiny Tiny RSS Checker σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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
Βασικές Πληροφορίες Επέκτασης
Όνομα | Tiny Tiny RSS Checker |
ID | injnpmieoiaflnemdibhkflicchhaldh |
Επίσημο URL | https://chromewebstore.google.com/detail/tiny-tiny-rss-checker/injnpmieoiaflnemdibhkflicchhaldh |
Περιγραφή | This extension displays the number of unread articles in your Tiny Tiny RSS installation. |
Μέγεθος Αρχείου | 69.41 KB |
Αριθμός Εγκαταστάσεων | 444 |
Τρέχουσα Έκδοση | 0.5.3.4 |
Τελευταία Ενημέρωση | 2016-10-20 |
Ημερομηνία Δημοσίευσης | 2016-10-20 |
Αξιολόγηση | 3.60/5 Συνολικά 5 Αξιολογήσεις |
Προγραμματιστής | Marcel Dopita |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
URL της Σελίδας Πολιτικής Απορρήτου | https://brouken.com/privacy-policy.html |
Υποστηριζόμενες Γλώσσες | 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:\/\/*\/*" ] } |