Ü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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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" ] } |