Design Mode

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

O que é Design Mode?

Design Mode é uma extensão do Chrome desenvolvida por madeco, e sua principal característica é "Toggle the ability to temporarily edit content directly in a website.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Design Mode

Baixe arquivos de extensão Design Mode no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Design Mode Design Mode
ID cfikhhompgapfkmjdhlofhjgkikcckac
URL Oficial https://chrome.google.com/webstore/detail/design-mode/cfikhhompgapfkmjdhlofhjgkikcckac
Descrição Toggle the ability to temporarily edit content directly in a website.
Tamanho do Arquivo 17.15 KB
Contagem de Instalações 646
Versão Atual 0.3
Última Atualização 2018-11-14
Data de Publicação 2018-11-14
Classificação 5.00/5 Total de 8 Avaliações
Desenvolvedor madeco
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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
}