ContentEditable

Makes any page editable

ContentEditableとは何ですか?

ContentEditableはpepelsbeyによって開発されたChromeの拡張機能で、その主な機能は「Makes any page editable」です。

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

screenshot

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

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

拡張機能の使用方法

                        Extension that makes pages editable by adding contenteditable attribute to the . Press icon to start editing, press it again when you’re done. Once page is reloaded changes you’ve made are gone.                    

拡張機能の基本情報

名前 ContentEditable ContentEditable
ID jphnpoochmeokkboopijkcncghifidhm
公式URL https://chrome.google.com/webstore/detail/contenteditable/jphnpoochmeokkboopijkcncghifidhm
説明 Makes any page editable
ファイルサイズ 4.65 KB
インストール数 615
現在のバージョン 1.1.0
最終更新日 2023-04-13
公開日 2016-06-07
評価 5.00/5 合計 6 レビュー
開発者 pepelsbey
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/pepelsbey/contenteditable
ヘルプページのURL https://github.com/pepelsbey/contenteditable/issues
対応言語 en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_name__",
    "description": "__MSG_desc__",
    "version": "1.1.0",
    "homepage_url": "https:\/\/github.com\/pepelsbey\/contenteditable",
    "default_locale": "en",
    "icons": {
        "16": "images\/icon-16.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "page_action": {
        "default_icon": {
            "19": "images\/button-19.png",
            "38": "images\/button-38.png"
        },
        "default_title": "__MSG_enable__"
    },
    "permissions": [
        "activeTab"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    }
}