Note
An extension that stores notes.
什麼是Note?
Note是由raybipse開發的Chrome擴展程式,該擴展的主要功能是“An extension that stores notes.”。
擴展截圖
下載Note擴展crx文件
下載Note擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
A simple extension that stores notes. The note is synced across accounts.
擴展基本資訊
名稱 | Note |
ID | mpafojdooddeahhaiemhgoclpdohfnhp |
官方網址 | https://chromewebstore.google.com/detail/note/mpafojdooddeahhaiemhgoclpdohfnhp |
簡介 | An extension that stores notes. |
檔案大小 | 4.9 KB |
安裝次數 | 55 |
目前版本 | 1.0 |
更新時間 | 2021-01-01 |
上架時間 | 2021-01-01 |
開發者 | raybipse |
電子郵箱 | [email protected] |
付費類型 | free |
說明頁面URL | https://discord.com/invite/Ppc3ua5 |
支援的語言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Note", "version": "1.0", "description": "An extension that stores notes.", "manifest_version": 2, "permissions": [ "storage" ], "browser_action": { "default_icon": { "16": "images\/icon16.png", "24": "images\/icon24.png", "32": "images\/icon32.png" }, "default_title": "Note", "default_popup": "popup.html" } } |