Lightweight Notepad
Very very lightweight notepad.
What is Lightweight Notepad?
Lightweight Notepad is a Chrome extension developed by Murali Krishna Chanda, and its main feature is "Very very lightweight notepad.".
Extension Screenshots
Download Lightweight Notepad Extension CRX File
Download Lightweight 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
A very lightweight notepad used for taking faster notes like storing phone numbers, mail IDs etc. It will save the data as you type.
Extension Basic Information
Name | Lightweight Notepad |
ID | pkhiahnopknkooefhefdbalaaboepmbm |
Official URL | https://chromewebstore.google.com/detail/lightweight-notepad/pkhiahnopknkooefhefdbalaaboepmbm |
Description | Very very lightweight notepad. |
File Size | 41.88 KB |
Installation Count | 1,218 |
Current Version | 4 |
Last Updated | 2019-04-01 |
Publish Date | 2019-04-01 |
Rating | 4.44/5 Total 16 Ratings |
Developer | Murali Krishna Chanda |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Lightweight Notepad", "version": "4", "manifest_version": 2, "description": "Very very lightweight notepad.", "browser_action": { "default_icon": "notepad.png", "default_popup": "notepad.html" }, "content_scripts": [ { "js": [ "jquery-3.3.1.min.js", "function.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ], "offline_enabled": true } |