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