Edit Webpage

Edit any webpage and make websites editable

Co je Edit Webpage?

Edit Webpage je rozšíření Chrome vyvinuté centpage.com, a jeho hlavní funkcí je „Edit any webpage and make websites editable“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Edit Webpage

Stáhněte si soubory rozšíření Edit Webpage 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 any webpage with this one-click extension.
Just click the icon on any website to start editing the contents on the website.

Can also be a cool way to trick your friends into making them believe that you've hacked the website. The changes are visible is until the page is reloaded again.                    

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

Název Edit Webpage Edit Webpage
ID dcemlmncjcljhjfbijimcamijgfdgieb
Oficiální URL https://chromewebstore.google.com/detail/edit-webpage/dcemlmncjcljhjfbijimcamijgfdgieb
Popis Edit any webpage and make websites editable
Velikost souboru 12.55 KB
Počet instalací 4,799
Aktuální Verze 1.1
Poslední Aktualizace 2019-10-03
Datum Vydání 2019-10-03
Hodnocení 4.20/5 Celkem 10 Hodnocení
Vývojář centpage.com
E-mail ritwick.halder@gmail.com
Typ Platby free
Webové stránky Rozšíření https://ritwick.com
URL Stránky Zásad Ochrany Soukromí http://centpage.com/privacy-policy.php
Podporované Jazyky en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon-128.png",
        "default_title": "Edit Webpage"
    },
    "name": "Edit Webpage",
    "description": "Edit any webpage and make websites editable",
    "homepage_url": "https:\/\/ritwick.com\/#\/tools",
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "permissions": [
        "activeTab"
    ],
    "version": "1.1",
    "manifest_version": 2
}