Edit Anything

Edit Anything is a simple extension that allows you to edit text on any website. Click the pencil icon to turn text editing on or…

O que é Edit Anything?

Edit Anything é uma extensão do Chrome desenvolvida por Forrest Almasi, e sua principal característica é "Edit Anything is a simple extension that allows you to edit text on any website. Click the pencil icon to turn text editing on or…".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Edit Anything

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

                        Edit Anything is a simple extension that allows you to edit text on any website. Click the pencil icon to turn text editing on or off.

Edit Anything respects your privacy and does not record any of your data.                    

Informações Básicas da Extensão

Nome Edit Anything Edit Anything
ID kgkhambjbahgejgoaefmekdchedkihln
URL Oficial https://chromewebstore.google.com/detail/edit-anything/kgkhambjbahgejgoaefmekdchedkihln
Descrição Edit Anything is a simple extension that allows you to edit text on any website. Click the pencil icon to turn text editing on or…
Tamanho do Arquivo 6.17 KB
Contagem de Instalações 54,658
Versão Atual 0.2
Última Atualização 2016-10-03
Data de Publicação 2016-10-03
Classificação 4.37/5 Total de 49 Avaliações
Desenvolvedor Forrest Almasi
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Edit Anything",
    "version": "0.2",
    "browser_action": {
        "default_icon": "pencil-64x64.png"
    },
    "background": {
        "scripts": [
            "bg.js"
        ]
    },
    "permissions": [
        "activeTab"
    ]
}