Work-Note

Work-Note - save your notes where you are.

¿Qué es Work-Note?

Work-Note es una extensión de Chrome desarrollada por Alex Zarnitsa, y su función principal es "Work-Note - save your notes where you are.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Work-Note

Descarga archivos de extensión Work-Note 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

                        Well, it is very convenient for your work. 
In this application, no any additional heavy plugins, thanks to this, it works faster. 
The application has been tested and is very stable.                    

Información Básica de la Extensión

Nombre Work-Note Work-Note
ID ilonmfcpfefeelkojaclhipbfmodbfli
URL Oficial https://chromewebstore.google.com/detail/work-note/ilonmfcpfefeelkojaclhipbfmodbfli
Descripción Work-Note - save your notes where you are.
Tamaño del Archivo 528 KB
Cantidad de Instalaciones 1,852
Versión Actual 1.0.7
Última Actualización 2022-02-18
Fecha de Publicación 2015-02-12
Calificación 4.86/5 Total de 22 Calificaciones
Desarrollador Alex Zarnitsa
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados en
manifest.json
{
    "background": {
        "persistent": true,
        "scripts": [
            "scripts\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": "images\/Notes_n2.png",
        "default_popup": "popup.html",
        "default_title": "Work-Note"
    },
    "description": "Work-Note - save your notes where you are.",
    "icons": {
        "128": "\/images\/Notes_128.png"
    },
    "permissions": [
        "storage"
    ],
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAvRhUkQg\/lNTXEWhZ4wsyN\/1b6l9hrkxBtwepF2ApIW9oXXNZ+r5e3vlxVgBgUwjyR2FLtbl0ohk+zR7y+GjBOMs1VKMBZ8Ue\/HLtY2KSUzVOf5UQNXzNvxHLEc\/ASPiawx9TlcO4KaXuz0q+NG5b\/Fq4M\/D7Uy2YzGcZ299OARAZd1yP919e5S8P\/\/WZzGKhebSdQwl60THe0221Oh5W62PHO475\/vTTlNldOyInj9P1a78U53fneGN0TWtwKdFQo+RcutAukb37K1bS4t\/GgHx6fNOhf0y8JChxHtBKpwhj3MjVR8t0gfdcCq\/ZdikGfjBw07G78cd\/hZ5ix2RTLQIDAQAB",
    "manifest_version": 2,
    "name": "Work-Note",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.7"
}