EditAnyThing

EditAnyThing is the Chrome extension which adds editability to any webpage. Inspired by ChontentEditable

EditAnyThingとは何ですか?

EditAnyThingはUnknownによって開発されたChromeの拡張機能で、その主な機能は「EditAnyThing is the Chrome extension which adds editability to any webpage. Inspired by ChontentEditable」です。

拡張機能のスクリーンショット

screenshot

EditAnyThing拡張機能のCRXファイルをダウンロード

EditAnyThing拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                                            

拡張機能の基本情報

名前 EditAnyThing EditAnyThing
ID onbgaocmkdakpaonpghmkkfcmpakfloi
公式URL https://chromewebstore.google.com/detail/editanything/onbgaocmkdakpaonpghmkkfcmpakfloi
説明 EditAnyThing is the Chrome extension which adds editability to any webpage. Inspired by ChontentEditable
ファイルサイズ 126 KB
インストール数 93
現在のバージョン 0.1.2
最終更新日 2016-09-29
公開日 2016-09-29
開発者 Unknown
支払い方法 free
対応言語 en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "browser_action": {
        "default_icon": "images\/icon48.png",
        "default_title": "__MSG_extName__"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "medium-editor.css",
                "beagle.css"
            ],
            "js": [
                "medium-editor.js",
                "contentScript.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
}