QuickNote
Simple Note app
什么是QuickNote?
QuickNote是由Gavin Thomas开发的Chrome扩展程序,该扩展的主要功能是“Simple Note app”。
扩展截图
下载QuickNote扩展crx文件
下载QuickNote扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
                        QuickNote is your source for fast, neat, and organized notes. The Extension syncs with all your devices logged in with chrome. 
**Requesting Permissions**
The Extension stores your notes with Google Chromes Storage Sync API. Your data is never transmitted or received anywhere except locally on your computer.                     扩展基本信息
| 名称 |  | 
| ID | dcpdoelecfeoaagkleajgaeedkdaibad | 
| 官方URL | https://chromewebstore.google.com/detail/quicknote/dcpdoelecfeoaagkleajgaeedkdaibad | 
| 简介 | Simple Note app | 
| 文件大小 | 203 KB | 
| 安装次数 | 137 | 
| 当前版本 | 1.3.4 | 
| 更新时间 | 2018-01-16 | 
| 上架时间 | 2018-01-16 | 
| 评分 | 5.00/5 共1次评分 | 
| 开发者 | Gavin Thomas | 
| 电子邮箱 | [email protected] | 
| 付费类型 | free | 
| 扩展官网 | https://gthomas.me | 
| 支持的语言 | en-US | 
| manifest.json | |
| {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "QuickNote",
    "description": "Simple Note app",
    "version": "1.3.4",
    "browser_action": {
        "default_icon": "assets\/icon.png",
        "default_title": "QuickNote",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "background.bundle.js"
        ]
    },
    "permissions": [
        "storage"
    ]
} | |