Easy NotePad
Simple Note making extension, Make, save and have the option to download your notes
What is Easy NotePad?
Easy NotePad is a Chrome extension developed by kassius, and its main feature is "Simple Note making extension, Make, save and have the option to download your notes".
Extension Screenshots
Download Easy NotePad Extension CRX File
Download Easy NotePad 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
Lightweight Easy Notepad ( no pencil needed ). Just click the icon and jot down a note, You can close it and continue browsing and add to it later. Save notes, and view all saved notes, where you have the option to delete them or download them in a .txt file. Opening your normal software notepad takes too long and you have to resize it if you want to take notes about something on a webpage. This aims to fix that. Styled to look like a typical notepad, with a nice pencil icon.
Extension Basic Information
Name | Easy NotePad |
ID | plpjemecoefaeikldhckbggehnhiokjn |
Official URL | https://chromewebstore.google.com/detail/easy-notepad/plpjemecoefaeikldhckbggehnhiokjn |
Description | Simple Note making extension, Make, save and have the option to download your notes |
File Size | 58.47 KB |
Installation Count | 784 |
Current Version | 0.8 |
Last Updated | 2016-01-21 |
Publish Date | 2016-01-21 |
Rating | 3.67/5 Total 3 Ratings |
Developer | kassius |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Easy NotePad", "short_name": "Easy Note", "version": "0.8", "description": "Simple Note making extension, Make, save and have the option to download your notes", "author": "Kassius Barker, www.KassBarker.com", "browser_action": { "default_icon": "icon.png", "default_title": "Click to make a note", "default_popup": "main.html" }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "storage", "unlimitedStorage", "downloads" ] } |