Über simple bookmark count
Shows an icon with the bookmark count.
Co je Über simple bookmark count?
Über simple bookmark count je rozšíření Chrome vyvinuté Eduardo Noeda, a jeho hlavní funkcí je „Shows an icon with the bookmark count.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Über simple bookmark count
Stáhněte si soubory rozšíření Über simple bookmark count ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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
Základní Informace o Rozšíření
Název | Über simple bookmark count |
ID | mogbbilahcoegijagmcmleheifpijffa |
Oficiální URL | https://chromewebstore.google.com/detail/%C3%BCber-simple-bookmark-coun/mogbbilahcoegijagmcmleheifpijffa |
Popis | Shows an icon with the bookmark count. |
Velikost souboru | 73.08 KB |
Počet instalací | 3,022 |
Aktuální Verze | 1.2 |
Poslední Aktualizace | 2014-02-17 |
Datum Vydání | 2014-02-17 |
Hodnocení | 4.61/5 Celkem 33 Hodnocení |
Vývojář | Eduardo Noeda |
Typ Platby | free |
Podporované Jazyky | 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" ] } |