Note It !
make a short note in Chrome
什么是Note It !?
Note It !是由https://sutthirak.info开发的Chrome扩展程序,该扩展的主要功能是“make a short note in Chrome”。
扩展截图
下载Note It !扩展crx文件
下载Note It !扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Short Note across your Chrome. 扩展基本信息
| 名称 | |
| ID | daadpdebbeekfgjeldnkkpcjkemjbadm |
| 官方URL | https://chromewebstore.google.com/detail/note-it/daadpdebbeekfgjeldnkkpcjkemjbadm |
| 简介 | make a short note in Chrome |
| 文件大小 | 174 KB |
| 安装次数 | 161 |
| 当前版本 | 1.0 |
| 更新时间 | 2015-07-27 |
| 上架时间 | 2015-07-27 |
| 评分 | 2.00/5 共2次评分 |
| 开发者 | https://sutthirak.info |
| 付费类型 | free |
| 扩展官网 | http://www.sutthirak.info |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Note It !",
"description": "make a short note in Chrome",
"version": "1.0",
"browser_action": {
"default_icon": "img\/icon.png",
"default_popup": "note.html",
"default_title": "Note It !"
},
"permissions": [
"storage"
]
} | |