Edit

Edit any webpage locally.

Editとは何ですか?

Editはhttps://lethalware.co.ukによって開発されたChromeの拡張機能で、その主な機能は「Edit any webpage locally.」です。

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

screenshot

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

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

拡張機能の使用方法

                        Simply press the button on the toolbar and your current webpage will become fully and simply editable as if your browser were a word processor. Pressing the button again will solidify the page.

Obviously, the changes are only visible on your own machine. You aren't actually altering the website. Your edits will disappear after refreshing the page.                    

拡張機能の基本情報

名前 Edit Edit
ID egbeoffgmdepbefhbiilpkalgnfjbmjg
公式URL https://chromewebstore.google.com/detail/edit/egbeoffgmdepbefhbiilpkalgnfjbmjg
説明 Edit any webpage locally.
ファイルサイズ 3.63 KB
インストール数 711
現在のバージョン 1.0
最終更新日 2013-12-26
公開日 2013-12-26
評価 4.38/5 合計 8 レビュー
開発者 https://lethalware.co.uk
支払い方法 free
対応言語 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Edit",
    "description": "Edit any webpage locally.",
    "version": "1.0",
    "permissions": [
        "activeTab"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_icon": "icon.png"
    }
}