Make It Editable

Make any web pages editable.

Make It Editableとは何ですか?

Make It EditableはShogo Sensuiによって開発されたChromeの拡張機能で、その主な機能は「Make any web pages editable.」です。

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

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

拡張機能の使用方法

                        This extension allows you to edit any web pages after clicking extension's icon. Changes you made are always temporary, but may helps occasionally.                    

拡張機能の基本情報

名前 Make It Editable Make It Editable
ID oiafhlafheonogkmmdlgdlfhjjihjjeh
公式URL https://chrome.google.com/webstore/detail/make-it-editable/oiafhlafheonogkmmdlgdlfhjjihjjeh
説明 Make any web pages editable.
ファイルサイズ 4.1 KB
インストール数 95
現在のバージョン 1.0.1
最終更新日 2015-11-02
公開日 2015-11-02
評価 5.00/5 合計 1 レビュー
開発者 Shogo Sensui
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Make It Editable",
    "version": "1.0.1",
    "description": "Make any web pages editable.",
    "permissions": [
        "*:\/\/*\/*",
        "background"
    ],
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "38": "icon.png"
        }
    },
    "manifest_version": 2
}