CodePad

A whole new way to use your Chrome Tab. Open a new tab to take notes.

什麼是CodePad?

CodePad是由webnirmanam開發的Chrome擴展程式,該擴展的主要功能是“A whole new way to use your Chrome Tab. Open a new tab to take notes.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載CodePad擴展crx文件

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

擴展使用說明

                        A whole new way to use your Chrome Tab. Open a new tab to take notes.                    

擴展基本資訊

名稱 CodePad CodePad
ID nlanembjpnihooihcihdciioiefilplk
官方網址 https://chromewebstore.google.com/detail/codepad/nlanembjpnihooihcihdciioiefilplk
簡介 A whole new way to use your Chrome Tab. Open a new tab to take notes.
檔案大小 159 KB
安裝次數 169
目前版本 1.1
更新時間 2018-10-24
上架時間 2018-10-23
評分 5.00/5 共 5 次評分
開發者 webnirmanam
電子郵箱 [email protected]
付費類型 free
擴展官網 https://webnirmanam.com
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "CodePad",
    "short_name": "Pad",
    "version": "1.1",
    "manifest_version": 2,
    "description": "A whole new way to use your Chrome Tab. Open a new tab to take notes.",
    "icons": {
        "18": "img\/icon\/icon18.png",
        "48": "img\/icon\/icon48.png",
        "128": "img\/icon\/icon128.png"
    },
    "background": {
        "scripts": [
            "js\/bundle.js"
        ]
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "permissions": [
        "fontSettings"
    ]
}