Design Mode

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

What is Design Mode?

Design Mode is a Chrome extension developed by madeco, and its main feature is "Toggle the ability to temporarily edit content directly in a website.".

Extension Screenshots

screenshot

Download Design Mode Extension CRX File

Download Design Mode extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Design Mode Design Mode
ID cfikhhompgapfkmjdhlofhjgkikcckac
Official URL https://chrome.google.com/webstore/detail/design-mode/cfikhhompgapfkmjdhlofhjgkikcckac
Description Toggle the ability to temporarily edit content directly in a website.
File Size 17.15 KB
Installation Count 646
Current Version 0.3
Last Updated 2018-11-14
Publish Date 2018-11-14
Rating 5.00/5 Total 8 Ratings
Developer madeco
Email [email protected]
Payment Type free
Supported Languages 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
}