Über simple bookmark count
Shows an icon with the bookmark count.
Qu'est-ce que Über simple bookmark count ?
Über simple bookmark count est une extension Chrome développée par Eduardo Noeda, et sa fonction principale est "Shows an icon with the bookmark count.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Über simple bookmark count
Téléchargez les fichiers d'extension Über simple bookmark count au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | Über simple bookmark count |
ID | mogbbilahcoegijagmcmleheifpijffa |
URL Officiel | https://chromewebstore.google.com/detail/%C3%BCber-simple-bookmark-coun/mogbbilahcoegijagmcmleheifpijffa |
Description | Shows an icon with the bookmark count. |
Taille du Fichier | 73.08 KB |
Nombre d'Installations | 3,022 |
Version Actuelle | 1.2 |
Dernière Mise à Jour | 2014-02-17 |
Date de Publication | 2014-02-17 |
Évaluation | 4.61/5 Total 33 Évaluations |
Développeur | Eduardo Noeda |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } |