SimpleNote
A simple minimalist note app for browser.
What is SimpleNote?
SimpleNote is a Chrome extension developed by snndmnsz, and its main feature is "A simple minimalist note app for browser.".
Extension Screenshots
Download SimpleNote Extension CRX File
Download SimpleNote 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
🌑 Dark Mode Feature ✍️ Easy to Use 📝 Minimalist Design
Extension Basic Information
Name | SimpleNote |
ID | glkebnfeoeechmiphpabhophnpcogpdj |
Official URL | https://chromewebstore.google.com/detail/simplenote/glkebnfeoeechmiphpabhophnpcogpdj |
Description | A simple minimalist note app for browser. |
File Size | 726 KB |
Installation Count | 595 |
Current Version | 1.0.2 |
Last Updated | 2021-12-06 |
Publish Date | 2021-09-29 |
Rating | 4.00/5 Total 1 Ratings |
Developer | snndmnsz |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "SimpleNote", "version": "1.0.2", "description": "A simple minimalist note app for browser.", "icons": { "16": "images\/icon48.png", "48": "images\/icon48.png", "128": "images\/icon48.png" }, "author": "snndmnsz", "incognito": "not_allowed", "short_name": "SN", "browser_action": { "deafult_icon": "images\/icon48.png", "default_popup": "popup.html", "default_title": "SimpleNote" } } |