Web Page Editor

Make any webpage into a content document that you can modify from the toolbar!

O que é Web Page Editor?

Web Page Editor é uma extensão do Chrome desenvolvida por christianhilton64, e sua principal característica é "Make any webpage into a content document that you can modify from the toolbar!".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Web Page Editor

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

                        The "Web Page Editor" is an add-on that allows you to modify any HTML page.

To utilize this add-on, go to the toolbar popup UI and click on the big toggle button at the left side. The icon changes to blue color when the add-on is turned on. A - Design Mode - notification will appear in the current tab at the top left corner after you've activated the add-on. Now that your document is ready for editing, make any necessary modifications using text editing buttons accessible in the toolbar pop-up UI. After you're finished making changes, turn off the add-on by clicking on it again.

To utilize text-editing tools in the toolbar popup UI, first choose a text and then click on a desired button inside the pop-up.                    

Informações Básicas da Extensão

Nome Web Page Editor Web Page Editor
ID hjcnckphjmabkomchilpckgebkodebjj
URL Oficial https://chrome.google.com/webstore/detail/web-page-editor/hjcnckphjmabkomchilpckgebkodebjj
Descrição Make any webpage into a content document that you can modify from the toolbar!
Tamanho do Arquivo 228 KB
Contagem de Instalações 101
Versão Atual 0.1
Última Atualização 2022-05-20
Data de Publicação 2022-05-20
Classificação 4.98/5 Total de 44 Avaliações
Desenvolvedor christianhilton64
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://worldaddons.com/web-page-editor/
URL da Página de Ajuda https://worldaddons.com/contact/
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.1",
    "name": "Web Page Editor",
    "manifest_version": 3,
    "offline_enabled": true,
    "short_name": "web-page-editor",
    "permissions": [
        "storage",
        "scripting",
        "activeTab"
    ],
    "homepage_url": "https:\/\/worldaddons.com\/web-page-editor\/",
    "description": "Make any webpage into a content document that you can modify from the toolbar!",
    "commands": {
        "_execute_action": []
    },
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_title": "Web Page Editor",
        "default_popup": "resource\/popup\/popup.html",
        "default_icon": {
            "16": "resource\/icons\/16.png",
            "32": "resource\/icons\/32.png",
            "48": "resource\/icons\/48.png",
            "64": "resource\/icons\/64.png"
        }
    },
    "icons": {
        "16": "resource\/icons\/16.png",
        "32": "resource\/icons\/32.png",
        "48": "resource\/icons\/48.png",
        "64": "resource\/icons\/64.png",
        "128": "resource\/icons\/128.png"
    }
}