EasyNotePad

Notepad that saves what you write

Cos'è EasyNotePad?

EasyNotePad è un'estensione di Chrome sviluppata da Jeeth Suresh, e la sua funzione principale è "Notepad that saves what you write".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione EasyNotePad

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

                        Ever had a piece of code, a single thought, or just a list of things you needed to do that you needed to remember? 

Until now, you would've had to open up a text editor, or find a pen and paper (who even keeps those around anymore?). Now, with EasyNotePad, it's easier than ever to create a short list or a babble-box for your thoughts! 

Current commands:  creates a list of items

COMING SOON: Options page to control how big your text size is, how wide your extension window is, and other such details. Also coming is a code view and possibly even an events/calendar view!                    

Informazioni di Base sull'Estensione

Nome EasyNotePad EasyNotePad
ID dfdcglofngdaicocbbdllmhacdadohel
URL Ufficiale https://chromewebstore.google.com/detail/easynotepad/dfdcglofngdaicocbbdllmhacdadohel
Descrizione Notepad that saves what you write
Dimensione del File 45.13 KB
Conteggio Installazioni 452
Versione Corrente 0.1
Ultimo Aggiornamento 2014-02-24
Data di Pubblicazione 2014-02-23
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore Jeeth Suresh
Tipo di Pagamento free
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "EasyNotePad",
    "description": "Notepad that saves what you write",
    "version": "0.1",
    "permissions": [
        "background",
        "storage"
    ],
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "easynotepad.html"
    }
}