Simple Notepad
Opens multiple Tabs to take some notes or copy your clipboard inside, simple and easy to use.
What is Simple Notepad?
Simple Notepad is a Chrome extension developed by ishootbw, and its main feature is "Opens multiple Tabs to take some notes or copy your clipboard inside, simple and easy to use.".
Extension Screenshots
Download Simple Notepad Extension CRX File
Download Simple 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
Simple Notepad saves any plain text quickly and fast with no frills. Just insert your text manually or from your clipboard and here you go. - No unneeded stuff - Saves up to 4 Tabs - Fast and plain - Nice dark theme - converts your html text to plain
Extension Basic Information
Name | Simple Notepad |
ID | nldebakbjbmjaikgkbpladlpjlefomap |
Official URL | https://chromewebstore.google.com/detail/simple-notepad/nldebakbjbmjaikgkbpladlpjlefomap |
Description | Opens multiple Tabs to take some notes or copy your clipboard inside, simple and easy to use. |
File Size | 11.21 KB |
Installation Count | 49 |
Current Version | 1.2 |
Last Updated | 2018-07-14 |
Publish Date | 2018-07-14 |
Rating | 5.00/5 Total 1 Ratings |
Developer | ishootbw |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Simple Notepad", "version": "1.2", "author": "Ali Babi", "description": "Opens multiple Tabs to take some notes or copy your clipboard inside, simple and easy to use.", "manifest_version": 2, "browser_action": { "default_popup": "popup.html", "default_icon": { "16": "icon.png", "32": "icon32.png", "48": "icon48.png", "96": "icon96.png", "128": "icon128.png" } }, "icons": { "16": "icon.png", "32": "icon32.png", "48": "icon48.png", "96": "icon96.png", "128": "icon128.png" }, "permissions": [ "storage" ] } |