SimpleNote
The simplest note extension
What is SimpleNote?
SimpleNote is a Chrome extension developed by Torrextension, and its main feature is "The simplest note extension".
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
Tools/Modes included (you can activate and desactivate them at anytime): 🔍 Increase font size 🌙 Night/Light mode 👨💻 Code mode 🛡️ Spell-Check mode ➕ Extend window size ✅ Recover old notes We don't collect your data, your notes are stored LOCALLY in your browser ✅ ✨New ! Mode PRO : - Infinite pages - Access to new futures 🌐 torrextension.com/simplenote 🔥 IF YOU NEED A CUSTOM EXTENSION, I CAN CREATE ONE FOR YOU : ibuildyourextension.com
Extension Basic Information
Name | SimpleNote |
ID | pceognepcdemhpjlocebidlmnagandon |
Official URL | https://chromewebstore.google.com/detail/simplenote/pceognepcdemhpjlocebidlmnagandon |
Description | The simplest note extension |
File Size | 31.87 KB |
Installation Count | 348 |
Current Version | 1.3.2 |
Last Updated | 2023-11-06 |
Publish Date | 2023-02-20 |
Rating | 5.00/5 Total 3 Ratings |
Developer | Torrextension |
[email protected] | |
Payment Type | free |
Extension Website | https://torrextension.com/simplenote/ |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "SimpleNote", "version": "1.3.2", "description": "The simplest note extension", "manifest_version": 3, "author": "Torrextension", "icons": { "16": "logo.png", "32": "logo.png", "48": "logo.png", "128": "logo.png" }, "action": { "default_popup": "index.html", "default_icon": "logo.png" }, "permissions": [ "storage" ] } |