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