Favicon counter for Google+

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

Apa itu Favicon counter for Google+?

Favicon counter for Google+ adalah ekstensi Chrome yang dikembangkan oleh https://kupriyanov.com, dan fitur utamanya adalah "Displays the current number of new (unread) posts in the Google+ stream on the favicon of the Google+ tab.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Favicon counter for Google+

Unduh file ekstensi Favicon counter for Google+ dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama Favicon counter for Google+ Favicon counter for Google+
ID noogdbofibkpjbipamihpfenckclpahj
URL Resmi https://chromewebstore.google.com/detail/favicon-counter-for-googl/noogdbofibkpjbipamihpfenckclpahj
Deskripsi Displays the current number of new (unread) posts in the Google+ stream on the favicon of the Google+ tab.
Ukuran File 172 KB
Jumlah Instalasi 10
Versi Saat Ini 0.0.20
Terakhir Diperbarui 2015-09-19
Tanggal Publikasi 2015-09-19
Penilaian 5.00/5 Total 2 Penilaian
Pengembang https://kupriyanov.com
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://google.com/+MishaMKupriyanov
Bahasa yang Didukung 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"
    ]
}