Über simple bookmark count

Shows an icon with the bookmark count.

Vad är Über simple bookmark count?

Über simple bookmark count är en Chrome-tillägg utvecklad av Eduardo Noeda, och dess huvudfunktion är "Shows an icon with the bookmark count.".

Tilläggsskärmbilder

screenshot

Ladda ner Über simple bookmark count-förlängningens CRX-fil

Ladda ner Über simple bookmark count-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn Über simple bookmark count Über simple bookmark count
ID mogbbilahcoegijagmcmleheifpijffa
Officiell webbadress https://chromewebstore.google.com/detail/%C3%BCber-simple-bookmark-coun/mogbbilahcoegijagmcmleheifpijffa
Beskrivning Shows an icon with the bookmark count.
Filstorlek 73.08 KB
Antal Installationer 3,022
Aktuell Version 1.2
Senast Uppdaterad 2014-02-17
Publiceringsdatum 2014-02-17
Betyg 4.61/5 Totalt 33 Betyg
Utvecklare Eduardo Noeda
Betalningssätt free
Stödda Språk 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"
    ]
}