MyNotepad
Simple chrome notebook which helps you to save your notes.
What is MyNotepad?
MyNotepad is a Chrome extension developed by Bhupendra Singh Bhandari, and its main feature is "Simple chrome notebook which helps you to save your notes.".
Extension Screenshots
Download MyNotepad Extension CRX File
Download MyNotepad 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
Features : 1.Lightning fast experience. 2. No login required. 3. Formatting options. 4. Recycle Bin. 5. Manage notes in categories 6. Automatically sync with chrome. Future roadmap: 1. Search capabilities. 2. Copy to clipboard. 3. Print notes. 4. Themes (dark/light mode). 5. Download notes. 6. Support for multiple language Developer: Bhupendra ([email protected])
Extension Basic Information
Name | ![]() |
ID | hmlppbhffiglamdeadolljnccgeldgjp |
Official URL | https://chrome.google.com/webstore/detail/mynotepad/hmlppbhffiglamdeadolljnccgeldgjp |
Description | Simple chrome notebook which helps you to save your notes. |
File Size | 539 KB |
Installation Count | 34 |
Current Version | 1.0.1 |
Last Updated | 2020-06-22 |
Publish Date | 2020-06-22 |
Developer | Bhupendra Singh Bhandari |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "MyNotepad", "version": "1.0.1", "description": "Simple chrome notebook which helps you to save your notes.", "permissions": [ "bookmarks", "storage" ], "browser_action": { "default_popup": "index.html", "default_icon": { "16": "assets\/images\/notebook.png", "32": "assets\/images\/notebook.png", "48": "assets\/images\/notebook.png", "128": "assets\/images\/notebook.png" } }, "icons": { "16": "assets\/images\/notebook.png", "32": "assets\/images\/notebook.png", "48": "assets\/images\/notebook.png", "128": "assets\/images\/notebook.png" }, "manifest_version": 2, "offline_enabled": true } |