SimpleNote
The simplest note extension
什么是SimpleNote?
SimpleNote是由Torrextension开发的Chrome扩展程序,该扩展的主要功能是“The simplest note extension”。
扩展截图
下载SimpleNote扩展crx文件
下载SimpleNote扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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
扩展基本信息
名称 | SimpleNote |
ID | pceognepcdemhpjlocebidlmnagandon |
官方URL | https://chromewebstore.google.com/detail/simplenote/pceognepcdemhpjlocebidlmnagandon |
简介 | The simplest note extension |
文件大小 | 31.87 KB |
安装次数 | 348 |
当前版本 | 1.3.2 |
更新时间 | 2023-11-06 |
上架时间 | 2023-02-20 |
评分 | 5.00/5 共3次评分 |
开发者 | Torrextension |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://torrextension.com/simplenote/ |
支持的语言 | 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" ] } |