Edit Website Extension

Edit Live Websites Text On The Fly

O que é Edit Website Extension?

Edit Website Extension é uma extensão do Chrome desenvolvida por Ashwin, e sua principal característica é "Edit Live Websites Text On The Fly".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Edit Website Extension

Baixe arquivos de extensão Edit Website Extension 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 texts in live website by clicking the extension.

Steps to use the extension:
1) Go to any website.
2) Click on the extension.
3) Start editing texts in the website like h1 tags or p tags or any tags.
4) Click on tht extension again to close edit mode & done!

Good for quick website text editing only & share with colleagues or friends.                    

Informações Básicas da Extensão

Nome Edit Website Extension Edit Website Extension
ID flaminmoaihaimhjbohfnbkklgonhjej
URL Oficial https://chromewebstore.google.com/detail/edit-website-extension/flaminmoaihaimhjbohfnbkklgonhjej
Descrição Edit Live Websites Text On The Fly
Tamanho do Arquivo 14.54 KB
Contagem de Instalações 8,572
Versão Atual 1.3
Última Atualização 2021-03-31
Data de Publicação 2019-07-16
Classificação 4.39/5 Total de 18 Avaliações
Desenvolvedor Ashwin
Email devloper77@gmail.com
Tipo de Pagamento free
URL da Página de Política de Privacidade https://privacy.ashwinshenoy.com
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Edit Website Extension",
    "description": "Edit Live Websites Text On The Fly",
    "version": "1.3",
    "icons": {
        "128": "assets\/icon128.png"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "19": "assets\/icon19.png",
            "38": "assets\/icon38.png"
        }
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "windows": "Alt+E",
                "mac": "Alt+E",
                "chromeos": "Alt+E",
                "linux": "Alt+E"
            }
        }
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "permissions": [
        "activeTab"
    ],
    "manifest_version": 2
}