Easy Notes

Easiest way for taking quick notes.

Cos'è Easy Notes?

Easy Notes è un'estensione di Chrome sviluppata da daoket, e la sua funzione principale è "Easiest way for taking quick notes.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Easy Notes

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

                        Easy Notes - A perfect tool for taking quick notes. Its fast, secure, and private. A must tool for everyone. 


RECENT UPDATES:
** Update 1.4 (2024-1-12) **
1. support Manifest V3

** Update 1.3 (2020-12-24) **
1. Beautify style

** Update 1.0 (2019-1-27) **
1. created Easy Notes


PS: Data is not lost even if you empty chrome's cache or cookies. Cheers! Happy note taking.                    

Informazioni di Base sull'Estensione

Nome Easy Notes Easy Notes
ID hepiplahmadecihpoebffepnghmmkjem
URL Ufficiale https://chromewebstore.google.com/detail/easy-notes/hepiplahmadecihpoebffepnghmmkjem
Descrizione Easiest way for taking quick notes.
Dimensione del File 199 KB
Conteggio Installazioni 77
Versione Corrente 1.4
Ultimo Aggiornamento 2024-01-12
Data di Pubblicazione 2019-02-17
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore daoket
Email [email protected]
Tipo di Pagamento free
Lingue Supportate zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Easy Notes",
    "version": "1.4",
    "description": "Easiest way for taking quick notes. ",
    "author": "daoket",
    "icons": {
        "128": "icon.png"
    },
    "action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "web_accessible_resources": [
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*",
                "file:\/\/*\/*"
            ],
            "resources": [
                "inject.js"
            ]
        }
    ]
}