Newsblur Notifier Plus

Shows the unread count from your NewsBlur account

Newsblur Notifier Plus क्या है?

Newsblur Notifier Plus shrodes द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Shows the unread count from your NewsBlur account"।

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

screenshot

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

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

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

                        Based on the Newsblur Notifier extension by totaldeadbeat which is sadly no longer functioning in new versions of Chrome.                    

एक्सटेंशन की मूल जानकारी

नाम Newsblur Notifier Plus Newsblur Notifier Plus
ID nbmlfepgaaalffdmmjhpkgpjjlnpjjlp
आधिकारिक URL https://chromewebstore.google.com/detail/newsblur-notifier-plus/nbmlfepgaaalffdmmjhpkgpjjlnpjjlp
विवरण Shows the unread count from your NewsBlur account
फ़ाइल का आकार 38.94 KB
स्थापना संख्या 136
वर्तमान संस्करण 1.0.6
अंतिम अपडेट 2021-07-22
प्रकाशन तिथि 2018-12-22
डेवलपर shrodes
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://gitlab.com/JoshSchreuder/newsblur-notifier-plus
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "description": "__MSG_appDescription__",
    "version": "1.0.6",
    "short_name": "__MSG_appShortName__",
    "manifest_version": 2,
    "default_locale": "en",
    "icons": {
        "16": "images\/icon-16.png",
        "128": "images\/icon-128.png"
    },
    "background": {
        "scripts": [
            "scripts\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/icon-19.png",
            "38": "images\/icon-38.png"
        },
        "default_title": "__MSG_browserActionTitle__"
    },
    "options_page": "pages\/options.html",
    "options_ui": {
        "page": "pages\/options.html",
        "chrome_style": true
    },
    "permissions": [
        "*:\/\/*.newsblur.com\/*",
        "alarms",
        "cookies",
        "storage"
    ]
}