MetaNote
Add notes to any page on the web
什麼是MetaNote?
MetaNote是由https://getmetanote.com開發的Chrome擴展程式,該擴展的主要功能是“Add notes to any page on the web”。
擴展截圖
下載MetaNote擴展crx文件
下載MetaNote擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
                        MetaNote for Google Chrome is a useful extension that lets you annotate any page on the web and save your notes for later.
Click the extension icon to open a panel and start writing your notes. Come back later to collect them.                     擴展基本資訊
| 名稱 |   |  
| ID | edppgeiopaemgpmmapllfeeeeekdolbl | 
| 官方網址 | https://chromewebstore.google.com/detail/metanote/edppgeiopaemgpmmapllfeeeeekdolbl | 
| 簡介 | Add notes to any page on the web | 
| 檔案大小 | 167 KB | 
| 安裝次數 | 31 | 
| 目前版本 | 1.0.1 | 
| 更新時間 | 2022-03-01 | 
| 上架時間 | 2022-02-26 | 
| 開發者 | https://getmetanote.com | 
| 電子郵箱 | [email protected] | 
| 付費類型 | free | 
| 擴展官網 | https://getmetanote.com | 
| 說明頁面URL | https://getmetanote.com/support | 
| 隱私政策頁面URL | https://www.impulsionlabs.com/privacy | 
| 支援的語言 | en | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "MetaNote",
    "description": "Add notes to any page on the web",
    "version": "1.0.1",
    "icons": {
        "128": "img\/icon-orange-128.png",
        "48": "img\/icon-orange-48.png",
        "16": "img\/icon-orange-16.png"
    },
    "action": [],
    "background": {
        "service_worker": "app\/background.js"
    },
    "permissions": [
        "activeTab",
        "storage",
        "tabs"
    ]
}  |  |