Über simple bookmark count
Shows an icon with the bookmark count.
What is Über simple bookmark count?
Über simple bookmark count is a Chrome extension developed by Eduardo Noeda, and its main feature is "Shows an icon with the bookmark count.".
Extension Screenshots
Download Über simple bookmark count Extension CRX File
Download Über simple bookmark count extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | Über simple bookmark count |
ID | mogbbilahcoegijagmcmleheifpijffa |
Official URL | https://chromewebstore.google.com/detail/%C3%BCber-simple-bookmark-coun/mogbbilahcoegijagmcmleheifpijffa |
Description | Shows an icon with the bookmark count. |
File Size | 73.08 KB |
Installation Count | 3,022 |
Current Version | 1.2 |
Last Updated | 2014-02-17 |
Publish Date | 2014-02-17 |
Rating | 4.61/5 Total 33 Ratings |
Developer | Eduardo Noeda |
Payment Type | free |
Supported Languages | 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" ] } |