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是由Marcel Dopita開發的Chrome擴展程式,該擴展的主要功能是“This extension displays the number of unread articles in your Tiny Tiny RSS installation.”。
擴展截圖
下載Tiny Tiny RSS Checker擴展crx文件
下載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 |
官方網址 | 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:\/\/*\/*" ] } |