Über simple bookmark count
Shows an icon with the bookmark count.
Über simple bookmark count क्या है?
Über simple bookmark count Eduardo Noeda द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Shows an icon with the bookmark count."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Über simple bookmark count एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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" ] } |