Design Mode

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

Qu'est-ce que Design Mode ?

Design Mode est une extension Chrome développée par madeco, et sa fonction principale est "Toggle the ability to temporarily edit content directly in a website.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Design Mode

Téléchargez les fichiers d'extension Design Mode au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Design Mode Design Mode
ID cfikhhompgapfkmjdhlofhjgkikcckac
URL Officiel https://chrome.google.com/webstore/detail/design-mode/cfikhhompgapfkmjdhlofhjgkikcckac
Description Toggle the ability to temporarily edit content directly in a website.
Taille du Fichier 17.15 KB
Nombre d'Installations 646
Version Actuelle 0.3
Dernière Mise à Jour 2018-11-14
Date de Publication 2018-11-14
Évaluation 5.00/5 Total 8 Évaluations
Développeur madeco
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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
}