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 |
| 官方網址 | 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"
]
}
]
} | |