EasyNotePad
Notepad that saves what you write
Was ist EasyNotePad?
EasyNotePad ist eine Chrome-Erweiterung, die von Jeeth Suresh entwickelt wurde, und ihr Hauptmerkmal ist "Notepad that saves what you write".
Erweiterungsscreenshots
EasyNotePad-Erweiterungs-CRX-Datei herunterladen
Laden Sie EasyNotePad-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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!
Grundlegende Informationen zur Erweiterung
Name | EasyNotePad |
ID | dfdcglofngdaicocbbdllmhacdadohel |
Offizielle URL | https://chromewebstore.google.com/detail/easynotepad/dfdcglofngdaicocbbdllmhacdadohel |
Beschreibung | Notepad that saves what you write |
Dateigröße | 45.13 KB |
Installationsanzahl | 452 |
Aktuelle Version | 0.1 |
Letztes Update | 2014-02-24 |
Veröffentlichungsdatum | 2014-02-23 |
Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
Entwickler | Jeeth Suresh |
Zahlungsart | free |
Unterstützte Sprachen | 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" } } |