Design Mode

Toggle the ability to temporarily edit content directly in a website.

什麼是Design Mode?

Design Mode是由madeco開發的Chrome擴展程式,該擴展的主要功能是“Toggle the ability to temporarily edit content directly in a website.”。

擴展截圖

screenshot

下載Design Mode擴展crx文件

下載Design Mode擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Click the pen icon to change text in a website. Click again to turn it off :)

Try out new/alternative content by manipulating text directly in a website, without having to go through a build-tool or CMS. With Design Mode you can manipulate all text on a website including headers and links. A page refresh brings the old content right back.                    

擴展基本資訊

名稱 Design Mode Design Mode
ID cfikhhompgapfkmjdhlofhjgkikcckac
官方網址 https://chrome.google.com/webstore/detail/design-mode/cfikhhompgapfkmjdhlofhjgkikcckac
簡介 Toggle the ability to temporarily edit content directly in a website.
檔案大小 17.15 KB
安裝次數 646
目前版本 0.3
更新時間 2018-11-14
上架時間 2018-11-14
評分 5.00/5 共 8 次評分
開發者 madeco
電子郵箱 [email protected]
付費類型 free
支援的語言 en,nl
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "short_name": "__MSG_extName__",
    "description": "__MSG_extDescription__",
    "default_locale": "en",
    "version": "0.3",
    "permissions": [
        "activeTab",
        "tabs"
    ],
    "background": {
        "scripts": [
            "designmode.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_title": "Toggle design mode",
        "default_icon": "design-mode.png"
    },
    "icons": {
        "48": "design-mode-active.png",
        "128": "design-mode128.png"
    },
    "manifest_version": 2
}