WebNotes

This app is used for saving notes for each websites

Cos'è WebNotes?

WebNotes è un'estensione di Chrome sviluppata da Dev App Zone, e la sua funzione principale è "This app is used for saving notes for each websites".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione WebNotes

Scarica i file di estensione WebNotes 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

                        Webnotes app is used to create notes for each websites based on domain or url.                    

Informazioni di Base sull'Estensione

Nome WebNotes WebNotes
ID dkjbpnichmoanmojencpfooppjlokhhb
URL Ufficiale https://chromewebstore.google.com/detail/webnotes/dkjbpnichmoanmojencpfooppjlokhhb
Descrizione This app is used for saving notes for each websites
Dimensione del File 638 KB
Conteggio Installazioni 363
Versione Corrente 1.3.0
Ultimo Aggiornamento 2024-03-06
Data di Pubblicazione 2017-06-26
Sviluppatore Dev App Zone
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "WebNotes",
    "description": "This app is used for saving notes for each websites",
    "version": "1.3.0",
    "manifest_version": 3,
    "permissions": [
        "tabs"
    ],
    "action": {
        "default_title": "Web Notes",
        "default_icon": "icb1.png",
        "default_popup": "index.html"
    },
    "icons": {
        "48": "icb1.png"
    }
}