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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension displays the number of unread articles in your Tiny Tiny RSS installation."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Tiny Tiny RSS Checker एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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 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:\/\/*\/*"
    ]
}