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
公式URL 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
Eメール [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
}