Über simple bookmark count

Shows an icon with the bookmark count.

Cos'è Über simple bookmark count?

Über simple bookmark count è un'estensione di Chrome sviluppata da Eduardo Noeda, e la sua funzione principale è "Shows an icon with the bookmark count.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Über simple bookmark count

Scarica i file di estensione Über simple bookmark count in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Über simple bookmark count Über simple bookmark count
ID mogbbilahcoegijagmcmleheifpijffa
URL Ufficiale https://chromewebstore.google.com/detail/%C3%BCber-simple-bookmark-coun/mogbbilahcoegijagmcmleheifpijffa
Descrizione Shows an icon with the bookmark count.
Dimensione del File 73.08 KB
Conteggio Installazioni 3,022
Versione Corrente 1.2
Ultimo Aggiornamento 2014-02-17
Data di Pubblicazione 2014-02-17
Valutazione 4.61/5 Totale 33 Valutazioni
Sviluppatore Eduardo Noeda
Tipo di Pagamento free
Lingue Supportate 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"
    ]
}