Notifycon
Show notification count on icon. Only for pinned tabs.
Notifyconคืออะไร?
Notifycon เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.rain1.it และคุณลักษณะหลักของมันคือ "Show notification count on icon. Only for pinned tabs."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Notifycon
ดาวน์โหลดไฟล์ส่วนขยาย Notifycon ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Pinned tabs are awesome. But the biggest problem is the document title hidden. So, why don't show the number of notification on favicon? That's all. More features in progress and feedback is welcome
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Notifycon |
ID | jaoianckkhlbbeodjpaajaimlpidbckh |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/notifycon/jaoianckkhlbbeodjpaajaimlpidbckh |
คำอธิบาย | Show notification count on icon. Only for pinned tabs. |
ขนาดไฟล์ | 29.17 KB |
จำนวนการติดตั้ง | 1,103 |
เวอร์ชันปัจจุบัน | 0.9.0 |
อัปเดตครั้งล่าสุด | 2016-06-27 |
วันที่เผยแพร่ | 2016-06-27 |
คะแนน | 4.18/5 รวมทั้งหมด 28 คะแนน |
ผู้พัฒนา | https://www.rain1.it |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | http://www.rain1.it/chrome_extensions/notifycon/?utm_campaign=chromestore&utm_source=link |
URL หน้าช่วยเหลือ | http://www.rain1.it/chrome_extensions/notifycon/?utm_campaign=chromestore&utm_source=faq |
ภาษาที่รองรับ | en,it,hu,sr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "default_locale": "en", "name": "Notifycon", "description": "__MSG_appDesc__", "manifest_version": 2, "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*", "storage" ], "version": "0.9.0", "icons": { "128": "img\/128.png", "16": "img\/16.png", "48": "img\/48.png" }, "background": { "scripts": [ "js\/Rain1\/Overlay.js", "background.js" ] }, "browser_action": { "default_title": "Notifycon", "default_icon": "img\/16.png", "default_popup": "popup.html" }, "web_accessible_resources": [] } |