Side Note
Instant note-taking
什麼是Side Note?
Side Note是由arazh1123開發的Chrome擴展程式,該擴展的主要功能是“Instant note-taking”。
擴展截圖
下載Side Note擴展crx文件
下載Side Note擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Side Note is a lightweight and intuitive Chrome extension designed to enhance your note-taking experience. With Side Note, you can easily capture and organize your thoughts, ideas, reminders, and important information right from your browser. 擴展基本資訊
| 名稱 | |
| ID | cbdihfmhpnmelimibgefmggifdnegkil |
| 官方網址 | https://chromewebstore.google.com/detail/side-note/cbdihfmhpnmelimibgefmggifdnegkil |
| 簡介 | Instant note-taking |
| 檔案大小 | 111 KB |
| 安裝次數 | 168 |
| 目前版本 | 1.0 |
| 更新時間 | 2023-06-02 |
| 上架時間 | 2023-06-02 |
| 評分 | 5.00/5 共 1 次評分 |
| 開發者 | arazh1123 |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 擴展官網 | https://www.azazaz.xyz/sidenote-plugin |
| 說明頁面URL | https://www.azazaz.xyz/sidenote-plugin |
| 支援的語言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Side Note",
"version": "1.0",
"description": "Instant note-taking",
"permissions": [
"storage"
],
"action": {
"default_icon": {
"16": "icons\/logo-icon.png"
},
"default_popup": "popup.html"
},
"manifest_version": 3
} | |