Web editor

Edit any webpage by just double clicking on it

什麼是Web editor?

Web editor是由breaking the barrier開發的Chrome擴展程式,該擴展的主要功能是“Edit any webpage by just double clicking on it”。

擴展截圖

screenshot

下載Web editor擴展crx文件

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

擴展使用說明

                        Write any thing on any web page by just double click on it. Install this extension any modify any webpage in chrome....:)                    

擴展基本資訊

名稱 Web editor Web editor
ID fjciadjagdaelaoihchgdbomeppbmeah
官方網址 https://chrome.google.com/webstore/detail/web-editor/fjciadjagdaelaoihchgdbomeppbmeah
簡介 Edit any webpage by just double clicking on it
檔案大小 35.02 KB
安裝次數 445
目前版本 1.0
更新時間 2015-07-01
上架時間 2015-07-01
評分 3.17/5 共 6 次評分
開發者 breaking the barrier
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Web editor",
    "description": "Edit any webpage by just double clicking on it",
    "version": "1.0",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "mystyles.css"
            ],
            "js": [
                "myscript.js"
            ]
        }
    ],
    "permissions": [
        "tabs",
        ""
    ]
}