Easy Notes
Easiest way for taking quick notes.
什么是Easy Notes?
Easy Notes是由daoket开发的Chrome扩展程序,该扩展的主要功能是“Easiest way for taking quick notes.”。
扩展截图
下载Easy Notes扩展crx文件
下载Easy Notes扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Easy Notes - A perfect tool for taking quick notes. Its fast, secure, and private. A must tool for everyone.
RECENT UPDATES:
** Update 1.4 (2024-1-12) **
1. support Manifest V3
** Update 1.3 (2020-12-24) **
1. Beautify style
** Update 1.0 (2019-1-27) **
1. created Easy Notes
PS: Data is not lost even if you empty chrome's cache or cookies. Cheers! Happy note taking. 扩展基本信息
| 名称 | |
| ID | hepiplahmadecihpoebffepnghmmkjem |
| 官方URL | https://chromewebstore.google.com/detail/easy-notes/hepiplahmadecihpoebffepnghmmkjem |
| 简介 | Easiest way for taking quick notes. |
| 文件大小 | 199 KB |
| 安装次数 | 77 |
| 当前版本 | 1.4 |
| 更新时间 | 2024-01-12 |
| 上架时间 | 2019-02-17 |
| 评分 | 5.00/5 共1次评分 |
| 开发者 | daoket |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | zh-CN |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Easy Notes",
"version": "1.4",
"description": "Easiest way for taking quick notes. ",
"author": "daoket",
"icons": {
"128": "icon.png"
},
"action": {
"default_icon": "icon.png",
"default_popup": "popup.html"
},
"web_accessible_resources": [
{
"matches": [
"https:\/\/*\/*",
"http:\/\/*\/*",
"file:\/\/*\/*"
],
"resources": [
"inject.js"
]
}
]
} | |