Edit Mode

Text update made easy

O que é Edit Mode?

Edit Mode é uma extensão do Chrome desenvolvida por Unknown, e sua principal característica é "Text update made easy".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Edit Mode

Baixe arquivos de extensão Edit 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

                        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                    

Informações Básicas da Extensão

Nome Edit Mode Edit Mode
ID gbbplijklonabgkeonkepkphjdjndhnb
URL Oficial https://chromewebstore.google.com/detail/edit-mode/gbbplijklonabgkeonkepkphjdjndhnb
Descrição Text update made easy
Tamanho do Arquivo 11.55 MB
Contagem de Instalações 272
Versão Atual 2.3.0
Última Atualização 2021-01-04
Data de Publicação 2020-02-16
Classificação 4.33/5 Total de 3 Avaliações
Desenvolvedor Unknown
Tipo de Pagamento free
Site da Extensão https://www.editmode.io
URL da Página de Ajuda https://www.editmode.io/contact
Idiomas Suportados 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"
    ]
}