Über simple bookmark count
Shows an icon with the bookmark count.
Über simple bookmark countคืออะไร?
Über simple bookmark count เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Eduardo Noeda และคุณลักษณะหลักของมันคือ "Shows an icon with the bookmark count."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Über simple bookmark count
ดาวน์โหลดไฟล์ส่วนขยาย Über simple bookmark count ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Shows an icon with the bookmark count. Updates this counting when you click the icon. Version History v1.2 (17 Feb 2014) - Shows the bookmark count in the tooltip. - If there are more than 10,000 bookmarks, it show the count in the format 10k0 (but you can see the exact number in the tooltip). v1.0 (Jun 2012) - Initial version
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Über simple bookmark count |
ID | mogbbilahcoegijagmcmleheifpijffa |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/%C3%BCber-simple-bookmark-coun/mogbbilahcoegijagmcmleheifpijffa |
คำอธิบาย | Shows an icon with the bookmark count. |
ขนาดไฟล์ | 73.08 KB |
จำนวนการติดตั้ง | 3,022 |
เวอร์ชันปัจจุบัน | 1.2 |
อัปเดตครั้งล่าสุด | 2014-02-17 |
วันที่เผยแพร่ | 2014-02-17 |
คะแนน | 4.61/5 รวมทั้งหมด 33 คะแนน |
ผู้พัฒนา | Eduardo Noeda |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "\u00dcber simple bookmark count", "version": "1.2", "manifest_version": 2, "description": "Shows an icon with the bookmark count.", "browser_action": { "default_icon": "icon-128.png", "default_title": "Click to count your bookmarks" }, "icons": { "16": "icon-16.png", "128": "icon-128.png" }, "background": { "scripts": [ "bmcount.js" ] }, "permissions": [ "bookmarks" ] } |