chromePad

A chrome extension enables users to sync their notes to chrome. App powered by an rich text editor

什麼是chromePad?

chromePad是由earthii.dev開發的Chrome擴展程式,該擴展的主要功能是“A chrome extension enables users to sync their notes to chrome. App powered by an rich text editor”。

擴展截圖

screenshot

下載chromePad擴展crx文件

下載chromePad擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        chromePad is an extension which enables users to take notes through a chrome extension.

You will no longer have to open a new tab somewhere else while writing your notes, or create a new file on your computer.
 
You can also right click in chrome to add a quick note into the app.

All notes are synced to your chrome. Therefore, notes are shared across all chrome browsers in which the user is logged into with the same account. (Must have chrome sync setting enabled. Chrome has set by default)                    

擴展基本資訊

名稱 chromePad chromePad
ID dpofibmpjiejdbmpkflaedamfkglbdfl
官方網址 https://chromewebstore.google.com/detail/chromepad/dpofibmpjiejdbmpkflaedamfkglbdfl
簡介 A chrome extension enables users to sync their notes to chrome. App powered by an rich text editor
檔案大小 213 KB
安裝次數 670
目前版本 1.1.3
更新時間 2018-11-28
上架時間 2018-11-28
評分 4.67/5 共 3 次評分
開發者 earthii.dev
付費類型 free
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "chromePad",
    "short_name": "chromePad",
    "version": "1.1.3",
    "description": "A chrome extension enables users to sync their notes to chrome. App powered by an rich text editor",
    "icons": {
        "128": "assets\/icon128.png",
        "48": "assets\/icon48.png",
        "16": "assets\/icon16.png"
    },
    "browser_action": {
        "default_icon": "assets\/icon256.png",
        "default_popup": "index.html"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "permissions": [
        "storage",
        "contextMenus"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "manifest_version": 2
}