Edit Website Extension

Edit Live Websites Text On The Fly

Co je Edit Website Extension?

Edit Website Extension je rozšíření Chrome vyvinuté Ashwin, a jeho hlavní funkcí je „Edit Live Websites Text On The Fly“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Edit Website Extension

Stáhněte si soubory rozšíření Edit Website Extension ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Edit Website Extension Edit Website Extension
ID flaminmoaihaimhjbohfnbkklgonhjej
Oficiální URL https://chromewebstore.google.com/detail/edit-website-extension/flaminmoaihaimhjbohfnbkklgonhjej
Popis Edit Live Websites Text On The Fly
Velikost souboru 14.54 KB
Počet instalací 8,572
Aktuální Verze 1.3
Poslední Aktualizace 2021-03-31
Datum Vydání 2019-07-16
Hodnocení 4.39/5 Celkem 18 Hodnocení
Vývojář Ashwin
E-mail [email protected]
Typ Platby free
URL Stránky Zásad Ochrany Soukromí https://privacy.ashwinshenoy.com
Podporované Jazyky 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
}