Easy Notes
Create and edit notes from any website. Ever need to try and remember something, but you don't have access to a note taking…
什么是Easy Notes?
Easy Notes是由Unknown开发的Chrome扩展程序,该扩展的主要功能是“Create and edit notes from any website. Ever need to try and remember something, but you don't have access to a note taking…”。
扩展截图
下载Easy Notes扩展crx文件
下载Easy Notes扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Create and edit notes from any website.
Ever need to try and remember something, but you don't have access to a note taking device. Easy Notes is here to solve that problem. With just a click of a button you can start taking notes from any webpage. You will never have to struggle with note taking again.
Features
- Can be accessed from any website
- Can have multiple notes at once
- Can be opened with the touch of a button
Download Easy Notes and become a note taking master. 扩展基本信息
| 名称 | |
| ID | lnafpiakeojhhfeelcipophjckaceccn |
| 官方URL | https://chromewebstore.google.com/detail/easy-notes/lnafpiakeojhhfeelcipophjckaceccn |
| 简介 | Create and edit notes from any website. Ever need to try and remember something, but you don't have access to a note taking… |
| 文件大小 | 86.36 KB |
| 安装次数 | 2,105 |
| 当前版本 | 0.1.1 |
| 更新时间 | 2017-01-07 |
| 上架时间 | 2017-01-06 |
| 评分 | 4.40/5 共5次评分 |
| 开发者 | Unknown |
| 付费类型 | free |
| 支持的语言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Easy Notes",
"version": "0.1.1",
"browser_action": {
"default_icon": "Icon.png",
"default_popup": "index.html"
},
"background": {
"scripts": [
"background.js"
]
}
} | |