EasyNotePad
Notepad that saves what you write
What is EasyNotePad?
EasyNotePad is a Chrome extension developed by Jeeth Suresh, and its main feature is "Notepad that saves what you write".
Extension Screenshots
Download EasyNotePad Extension CRX File
Download EasyNotePad extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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!
Extension Basic Information
Name | EasyNotePad |
ID | dfdcglofngdaicocbbdllmhacdadohel |
Official URL | https://chromewebstore.google.com/detail/easynotepad/dfdcglofngdaicocbbdllmhacdadohel |
Description | Notepad that saves what you write |
File Size | 45.13 KB |
Installation Count | 452 |
Current Version | 0.1 |
Last Updated | 2014-02-24 |
Publish Date | 2014-02-23 |
Rating | 5.00/5 Total 1 Ratings |
Developer | Jeeth Suresh |
Payment Type | free |
Supported Languages | 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" } } |