Tiny Tiny RSS Checker
This extension displays the number of unread articles in your Tiny Tiny RSS installation.
¿Qué es Tiny Tiny RSS Checker?
Tiny Tiny RSS Checker es una extensión de Chrome desarrollada por Marcel Dopita, y su función principal es "This extension displays the number of unread articles in your Tiny Tiny RSS installation.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Tiny Tiny RSS Checker
Descarga archivos de extensión Tiny Tiny RSS Checker en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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
Información Básica de la Extensión
Nombre | Tiny Tiny RSS Checker |
ID | injnpmieoiaflnemdibhkflicchhaldh |
URL Oficial | https://chromewebstore.google.com/detail/tiny-tiny-rss-checker/injnpmieoiaflnemdibhkflicchhaldh |
Descripción | This extension displays the number of unread articles in your Tiny Tiny RSS installation. |
Tamaño del Archivo | 69.41 KB |
Cantidad de Instalaciones | 444 |
Versión Actual | 0.5.3.4 |
Última Actualización | 2016-10-20 |
Fecha de Publicación | 2016-10-20 |
Calificación | 3.60/5 Total de 5 Calificaciones |
Desarrollador | Marcel Dopita |
Correo electrónico | [email protected] |
Tipo de Pago | free |
URL de la Página de Política de Privacidad | https://brouken.com/privacy-policy.html |
Idiomas Soportados | 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:\/\/*\/*" ] } |