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
官方網址 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"
    ]
}