Work-Note

Work-Note - save your notes where you are.

Cos'è Work-Note?

Work-Note è un'estensione di Chrome sviluppata da Alex Zarnitsa, e la sua funzione principale è "Work-Note - save your notes where you are.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Work-Note

Scarica i file di estensione Work-Note in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Work-Note Work-Note
ID ilonmfcpfefeelkojaclhipbfmodbfli
URL Ufficiale https://chromewebstore.google.com/detail/work-note/ilonmfcpfefeelkojaclhipbfmodbfli
Descrizione Work-Note - save your notes where you are.
Dimensione del File 528 KB
Conteggio Installazioni 1,852
Versione Corrente 1.0.7
Ultimo Aggiornamento 2022-02-18
Data di Pubblicazione 2015-02-12
Valutazione 4.86/5 Totale 22 Valutazioni
Sviluppatore Alex Zarnitsa
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
}