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.                     扩展基本信息
| 名称 |   |  
| ID | mpafojdooddeahhaiemhgoclpdohfnhp | 
| 官方URL | 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"
    }
}  |  |