Über simple bookmark count

Shows an icon with the bookmark count.

¿Qué es Über simple bookmark count?

Über simple bookmark count es una extensión de Chrome desarrollada por Eduardo Noeda, y su función principal es "Shows an icon with the bookmark count.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Über simple bookmark count

Descarga archivos de extensión Über simple bookmark count en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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                    

Información Básica de la Extensión

Nombre Über simple bookmark count Über simple bookmark count
ID mogbbilahcoegijagmcmleheifpijffa
URL Oficial https://chromewebstore.google.com/detail/%C3%BCber-simple-bookmark-coun/mogbbilahcoegijagmcmleheifpijffa
Descripción Shows an icon with the bookmark count.
Tamaño del Archivo 73.08 KB
Cantidad de Instalaciones 3,022
Versión Actual 1.2
Última Actualización 2014-02-17
Fecha de Publicación 2014-02-17
Calificación 4.61/5 Total de 33 Calificaciones
Desarrollador Eduardo Noeda
Tipo de Pago free
Idiomas Soportados 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"
    ]
}