ChontentEditable

ChontentEditable is the Chrome extension which adds a contenteditable attribute to a page open now and whose edit it enables…

什麼是ChontentEditable?

ChontentEditable是由shoito開發的Chrome擴展程式,該擴展的主要功能是“ChontentEditable is the Chrome extension which adds a contenteditable attribute to a page open now and whose edit it enables…”。

擴展截圖

screenshot
screenshot

下載ChontentEditable擴展crx文件

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

擴展使用說明

                        ChontentEditable is the Chrome extension which adds a contenteditable attribute to a page open now and whose edit it enables freely. 
Please push a button and change contents in a page freely. 

Have fun!                    

擴展基本資訊

名稱 ChontentEditable ChontentEditable
ID amnpphhcbandchhkmgloehggicoedcpl
官方網址 https://chrome.google.com/webstore/detail/amnpphhcbandchhkmgloehggicoedcpl
簡介 ChontentEditable is the Chrome extension which adds a contenteditable attribute to a page open now and whose edit it enables…
檔案大小 58.71 KB
安裝次數 96
目前版本 0.1.2
更新時間 2014-11-18
上架時間 2014-11-18
評分 5.00/5 共 2 次評分
開發者 shoito
電子郵箱 [email protected]
付費類型 free
支援的語言 en,ja
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "browser_action": {
        "default_icon": "images\/icon48.png",
        "default_title": "__MSG_extName__"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "description": "__MSG_extDescription__",
    "name": "__MSG_extName__",
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "default_locale": "ja",
    "version": "0.1.2",
    "manifest_version": 2
}