Favicon counter for Google+

Displays the current number of new (unread) posts in the Google+ stream on the favicon of the Google+ tab.

Favicon counter for Google+ क्या है?

Favicon counter for Google+ https://kupriyanov.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Displays the current number of new (unread) posts in the Google+ stream on the favicon of the Google+ tab."।

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

screenshot

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

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

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

                        Keep an eye on the Google+ stream and never miss another breaking news in again, even while browsing in other tabs.

v0.0.20: added new icon                    

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

नाम Favicon counter for Google+ Favicon counter for Google+
ID noogdbofibkpjbipamihpfenckclpahj
आधिकारिक URL https://chromewebstore.google.com/detail/favicon-counter-for-googl/noogdbofibkpjbipamihpfenckclpahj
विवरण Displays the current number of new (unread) posts in the Google+ stream on the favicon of the Google+ tab.
फ़ाइल का आकार 172 KB
स्थापना संख्या 10
वर्तमान संस्करण 0.0.20
अंतिम अपडेट 2015-09-19
प्रकाशन तिथि 2015-09-19
रेटिंग 5.00/5 कुल 2 रेटिंग्स
डेवलपर https://kupriyanov.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://google.com/+MishaMKupriyanov
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "version": "0.0.20",
    "manifest_version": 2,
    "description": "__MSG_appDescription__",
    "icons": {
        "48": "images\/icon-48.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "scripts\/background.js"
        ]
    },
    "options_page": "options.html",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/plus.google.com\/*",
                "https:\/\/plus.google.com\/*"
            ],
            "css": [
                "styles\/main.css"
            ],
            "js": [
                "scripts\/GPlusCounter.js",
                "bower_components\/mkfavcount\/favcount.js",
                "scripts\/contentscript.js"
            ],
            "run_at": "document_end",
            "all_frames": false
        }
    ],
    "permissions": [
        "tabs",
        "http:\/\/plus.google.com\/*",
        "https:\/\/plus.google.com\/*"
    ],
    "content_security_policy": "script-src 'self' https:\/\/plus.google.com https:\/\/ssl.google-analytics.com; object-src 'self'",
    "web_accessible_resources": [
        "\/images\/faviconr3.ico"
    ]
}