Edit Mode

Text update made easy

Edit Modeとは何ですか?

Edit ModeはUnknownによって開発されたChromeの拡張機能で、その主な機能は「Text update made easy」です。

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

screenshot
screenshot
screenshot

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

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

拡張機能の使用方法

                        How do you explain any text update in your website? You send an e-mail, an message, a printscreen with anotations?

You souldn't take much time explaining a text that you would like to change in your site. Edit Mode help you to save your time by making the texts of your whole page editable, giving you a link to share your editions for anyone, so you make your and the life of the person who receive your edition easier. 

For you:
- Edit any text in your site at live
- Once finished, you get a link with all your editions stored. Send it!

For who receives your edition:
- Click to copy the new content
- Double click to toggle from new to previous content                    

拡張機能の基本情報

名前 Edit Mode Edit Mode
ID gbbplijklonabgkeonkepkphjdjndhnb
公式URL https://chromewebstore.google.com/detail/edit-mode/gbbplijklonabgkeonkepkphjdjndhnb
説明 Text update made easy
ファイルサイズ 11.55 MB
インストール数 272
現在のバージョン 2.3.0
最終更新日 2021-01-04
公開日 2020-02-16
評価 4.33/5 合計 3 レビュー
開発者 Unknown
支払い方法 free
拡張機能のウェブサイト https://www.editmode.io
ヘルプページのURL https://www.editmode.io/contact
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Edit Mode",
    "description": "Text update made easy",
    "version": "2.3.0",
    "browser_action": {
        "default_icon": "dist\/img\/128.png"
    },
    "permissions": [
        "activeTab",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "dist\/content_script.js"
            ],
            "css": [
                "dist\/main.css"
            ]
        }
    ],
    "background": {
        "scripts": [
            "dist\/background.js"
        ]
    },
    "icons": {
        "128": "dist\/img\/128.png"
    },
    "web_accessible_resources": [
        "dist\/img\/loading.gif"
    ]
}