Tab Notes

Add notes to your Chrome tabs. Just for Michael

¿Qué es Tab Notes?

Tab Notes es una extensión de Chrome desarrollada por Swaraj, y su función principal es "Add notes to your Chrome tabs. Just for Michael".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Tab Notes

Descarga archivos de extensión Tab Notes 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

                        This extension lets you add a small note to any tab you are browsing via a small icon in the Omnibox. The icon changes based on if there is a note on the current tab. Notes are synced across Chrome sessions.

~ Swaraj Banerjee                    

Información Básica de la Extensión

Nombre Tab Notes Tab Notes
ID jgodkedciialncikdiiaicbpfhgdagfk
URL Oficial https://chromewebstore.google.com/detail/tab-notes/jgodkedciialncikdiiaicbpfhgdagfk
Descripción Add notes to your Chrome tabs. Just for Michael
Tamaño del Archivo 45.1 KB
Cantidad de Instalaciones 292
Versión Actual 1.1
Última Actualización 2014-07-01
Fecha de Publicación 2014-07-01
Calificación 3.75/5 Total de 4 Calificaciones
Desarrollador Swaraj
Tipo de Pago free
Idiomas Soportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Tab Notes",
    "description": "Add notes to your Chrome tabs. Just for Michael",
    "version": "1.1",
    "icons": {
        "16": "images\/notepadIcon16.png",
        "48": "images\/notepadIcon48.png",
        "128": "images\/notepadIcon128.png"
    },
    "background": {
        "scripts": [
            "vendor\/md5.min.js",
            "utils.js",
            "background.js"
        ]
    },
    "permissions": [
        "tabs",
        "storage"
    ],
    "page_action": {
        "default_icon": {
            "19": "images\/notepadEmpty19.png",
            "38": "images\/notepadEmpty38.png"
        },
        "default_title": "View Tab Note",
        "default_popup": "note.html"
    }
}