Edit Any Page

Edit text of any webpage

O que é Edit Any Page?

Edit Any Page é uma extensão do Chrome desenvolvida por https://editanypage.com, e sua principal característica é "Edit text of any webpage".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Edit Any Page

Baixe arquivos de extensão Edit Any Page 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 copy of any webpage on your browser. 
A simple click on the extension will enable you to edit any copy on any webpage. 
You can always reload the page to go back to its original state.                    

Informações Básicas da Extensão

Nome Edit Any Page Edit Any Page
ID ilbaaahcbkgcdjnigmmmlmoaodhmmcof
URL Oficial https://chromewebstore.google.com/detail/edit-any-page/ilbaaahcbkgcdjnigmmmlmoaodhmmcof
Descrição Edit text of any webpage
Tamanho do Arquivo 28.55 KB
Contagem de Instalações 48
Versão Atual 4.0
Última Atualização 2023-03-31
Data de Publicação 2022-12-06
Desenvolvedor https://editanypage.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://www.editanypage.com/
URL da Página de Ajuda https://www.editanypage.com/
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Edit Any Page",
    "version": "4.0",
    "description": "Edit text of any webpage",
    "permissions": [
        "activeTab",
        "tabs",
        "scripting"
    ],
    "action": {
        "default_icon": "icon.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "48": "icon.png"
    }
}