Edit Anything

Edit Anything is a simple extension that allows you to edit text on any website. Click the pencil icon to turn text editing on or…

Edit Anythingとは何ですか?

Edit AnythingはForrest Almasiによって開発されたChromeの拡張機能で、その主な機能は「Edit Anything is a simple extension that allows you to edit text on any website. Click the pencil icon to turn text editing on or…」です。

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

screenshot
screenshot
screenshot

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

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

拡張機能の使用方法

                        Edit Anything is a simple extension that allows you to edit text on any website. Click the pencil icon to turn text editing on or off.

Edit Anything respects your privacy and does not record any of your data.                    

拡張機能の基本情報

名前 Edit Anything Edit Anything
ID kgkhambjbahgejgoaefmekdchedkihln
公式URL https://chromewebstore.google.com/detail/edit-anything/kgkhambjbahgejgoaefmekdchedkihln
説明 Edit Anything is a simple extension that allows you to edit text on any website. Click the pencil icon to turn text editing on or…
ファイルサイズ 6.17 KB
インストール数 54,658
現在のバージョン 0.2
最終更新日 2016-10-03
公開日 2016-10-03
評価 4.37/5 合計 49 レビュー
開発者 Forrest Almasi
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Edit Anything",
    "version": "0.2",
    "browser_action": {
        "default_icon": "pencil-64x64.png"
    },
    "background": {
        "scripts": [
            "bg.js"
        ]
    },
    "permissions": [
        "activeTab"
    ]
}