Note Extension
Allows user to type notes and create a local copy.
什么是Note Extension?
Note Extension是由Nick Neuman开发的Chrome扩展程序,该扩展的主要功能是“Allows user to type notes and create a local copy.”。
扩展截图
下载Note Extension扩展crx文件
下载Note Extension扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Allows you to save notes quickly without having to open an editor.
You can specify a file name, or leave it empty and use the default file name, "New Note". 扩展基本信息
| 名称 | |
| ID | omfeemnkdhbneldmbcoifnfeoabodmbm |
| 官方URL | https://chromewebstore.google.com/detail/note-extension/omfeemnkdhbneldmbcoifnfeoabodmbm |
| 简介 | Allows user to type notes and create a local copy. |
| 文件大小 | 12.99 KB |
| 安装次数 | 117 |
| 当前版本 | 1.2 |
| 更新时间 | 2018-12-03 |
| 上架时间 | 2018-12-03 |
| 评分 | 4.67/5 共3次评分 |
| 开发者 | Nick Neuman |
| 付费类型 | free |
| 支持的语言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Note Extension",
"manifest_version": 2,
"description": "Allows user to type notes and create a local copy.",
"version": "1.2",
"icons": {
"128": "icons\/icon.png"
},
"browser_action": {
"default_popup": "popup.html"
}
} | |