Page Text Editor

An editor to edit any webpage inline and live. Reload page to remove changes.

O que é Page Text Editor?

Page Text Editor é uma extensão do Chrome desenvolvida por Brandon Fowler, e sua principal característica é "An editor to edit any webpage inline and live. Reload page to remove changes.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Page Text Editor

Baixe arquivos de extensão Page Text Editor 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

                        This extension allows to modify the text present on a webpage, these changes aren't saved and can be removed by reloading the webpage.                    

Informações Básicas da Extensão

Nome Page Text Editor Page Text Editor
ID icjgbammanlfboaodlfeomfpdgndalpa
URL Oficial https://chromewebstore.google.com/detail/page-text-editor/icjgbammanlfboaodlfeomfpdgndalpa
Descrição An editor to edit any webpage inline and live. Reload page to remove changes.
Tamanho do Arquivo 6.19 KB
Contagem de Instalações 1,347
Versão Atual 2.0.0
Última Atualização 2023-01-03
Data de Publicação 2019-06-16
Classificação 5.00/5 Total de 2 Avaliações
Desenvolvedor Brandon Fowler
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Page Text Editor",
    "version": "2.0.0",
    "description": "An editor to edit any webpage inline and live. Reload page to remove changes.",
    "permissions": [
        "activeTab",
        "storage",
        "scripting",
        "contextMenus"
    ],
    "icons": {
        "128": "icon128.png"
    },
    "action": {
        "default_icon": "icon128.png"
    },
    "background": {
        "service_worker": "worker.js"
    },
    "manifest_version": 3
}