Über simple bookmark count

Shows an icon with the bookmark count.

Hvad er Über simple bookmark count?

Über simple bookmark count er en Chrome-udvidelse udviklet af Eduardo Noeda, og dens hovedfunktion er "Shows an icon with the bookmark count.".

Udvidelsesskærmbilleder

screenshot

Download Über simple bookmark count-udvidelses-CRX-fil

Download Über simple bookmark count-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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                    

Grundlæggende oplysninger om udvidelsen

Navn Über simple bookmark count Über simple bookmark count
ID mogbbilahcoegijagmcmleheifpijffa
Officiel URL https://chromewebstore.google.com/detail/%C3%BCber-simple-bookmark-coun/mogbbilahcoegijagmcmleheifpijffa
Beskrivelse Shows an icon with the bookmark count.
Filstørrelse 73.08 KB
Antal Installationer 3,022
Nuværende Version 1.2
Senest Opdateret 2014-02-17
Udgivelsesdato 2014-02-17
Bedømmelse 4.61/5 Samlet 33 Bedømmelser
Udvikler Eduardo Noeda
Betalingsmetode free
Understøttede Sprog 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"
    ]
}