EasyNotePad

Notepad that saves what you write

Qu'est-ce que EasyNotePad ?

EasyNotePad est une extension Chrome développée par Jeeth Suresh, et sa fonction principale est "Notepad that saves what you write".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension EasyNotePad

Téléchargez les fichiers d'extension EasyNotePad au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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!                    

Informations de Base sur l'Extension

Nom EasyNotePad EasyNotePad
ID dfdcglofngdaicocbbdllmhacdadohel
URL Officiel https://chromewebstore.google.com/detail/easynotepad/dfdcglofngdaicocbbdllmhacdadohel
Description Notepad that saves what you write
Taille du Fichier 45.13 KB
Nombre d'Installations 452
Version Actuelle 0.1
Dernière Mise à Jour 2014-02-24
Date de Publication 2014-02-23
Évaluation 5.00/5 Total 1 Évaluations
Développeur Jeeth Suresh
Type de Paiement free
Langues Prises en Charge 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"
    }
}