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+ เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://kupriyanov.com และคุณลักษณะหลักของมันคือ "Displays the current number of new (unread) posts in the Google+ stream on the favicon of the Google+ tab."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Favicon counter for Google+
ดาวน์โหลดไฟล์ส่วนขยาย Favicon counter for Google+ ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
                        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                     ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ |  | 
| 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"
    ]
} | |