WebNotes
This app is used for saving notes for each websites
什么是WebNotes?
WebNotes是由Dev App Zone开发的Chrome扩展程序,该扩展的主要功能是“This app is used for saving notes for each websites”。
扩展截图
下载WebNotes扩展crx文件
下载WebNotes扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Webnotes app is used to create notes for each websites based on domain or url. 扩展基本信息
| 名称 | |
| ID | dkjbpnichmoanmojencpfooppjlokhhb |
| 官方URL | https://chromewebstore.google.com/detail/webnotes/dkjbpnichmoanmojencpfooppjlokhhb |
| 简介 | This app is used for saving notes for each websites |
| 文件大小 | 638 KB |
| 安装次数 | 363 |
| 当前版本 | 1.3.0 |
| 更新时间 | 2024-03-06 |
| 上架时间 | 2017-06-26 |
| 开发者 | Dev App Zone |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "WebNotes",
"description": "This app is used for saving notes for each websites",
"version": "1.3.0",
"manifest_version": 3,
"permissions": [
"tabs"
],
"action": {
"default_title": "Web Notes",
"default_icon": "icb1.png",
"default_popup": "index.html"
},
"icons": {
"48": "icb1.png"
}
} | |