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
公式URL 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",
        ""
    ]
}