Edit

Edit any webpage locally.

O que é Edit?

Edit é uma extensão do Chrome desenvolvida por https://lethalware.co.uk, e sua principal característica é "Edit any webpage locally.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Edit

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

                        Simply press the button on the toolbar and your current webpage will become fully and simply editable as if your browser were a word processor. Pressing the button again will solidify the page.

Obviously, the changes are only visible on your own machine. You aren't actually altering the website. Your edits will disappear after refreshing the page.                    

Informações Básicas da Extensão

Nome Edit Edit
ID egbeoffgmdepbefhbiilpkalgnfjbmjg
URL Oficial https://chromewebstore.google.com/detail/edit/egbeoffgmdepbefhbiilpkalgnfjbmjg
Descrição Edit any webpage locally.
Tamanho do Arquivo 3.63 KB
Contagem de Instalações 711
Versão Atual 1.0
Última Atualização 2013-12-26
Data de Publicação 2013-12-26
Classificação 4.38/5 Total de 8 Avaliações
Desenvolvedor https://lethalware.co.uk
Tipo de Pagamento free
Idiomas Suportados en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Edit",
    "description": "Edit any webpage locally.",
    "version": "1.0",
    "permissions": [
        "activeTab"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_icon": "icon.png"
    }
}