NotePad
Quick & Easy NotePad. Save Notes & Inserts.
什么是NotePad?
NotePad是由searchpuzzle38开发的Chrome扩展程序,该扩展的主要功能是“Quick & Easy NotePad. Save Notes & Inserts.”。
扩展截图
下载NotePad扩展crx文件
下载NotePad扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Quick & Easy NotePad ================== Save Notes & pre-define Inserts. Uses the rich text editor: Quill.js.
扩展基本信息
名称 | NotePad |
ID | copnemeigdkilohdclohjokgbjeehkhd |
官方URL | https://chromewebstore.google.com/detail/notepad/copnemeigdkilohdclohjokgbjeehkhd |
简介 | Quick & Easy NotePad. Save Notes & Inserts. |
文件大小 | 564 KB |
安装次数 | 69 |
当前版本 | 13 |
更新时间 | 2022-04-07 |
上架时间 | 2020-04-02 |
评分 | 5.00/5 共1次评分 |
开发者 | searchpuzzle38 |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "NotePad", "version": "13", "description": "Quick & Easy NotePad. Save Notes & Inserts.", "permissions": [ "storage" ], "icons": { "16": "inc\/icon16.png", "32": "inc\/icon32.png", "48": "inc\/icon48.png", "64": "inc\/icon64.png", "128": "inc\/icon128.png" }, "action": { "default_title": "NotePad", "default_popup": "index.html", "default_icon": { "16": "inc\/icon16.png", "32": "inc\/icon32.png", "48": "inc\/icon48.png", "64": "inc\/icon64.png", "128": "inc\/icon128.png" } }, "manifest_version": 3 } |