Edit Webpage

Edit any webpage and make websites editable

Cos'è Edit Webpage?

Edit Webpage è un'estensione di Chrome sviluppata da centpage.com, e la sua funzione principale è "Edit any webpage and make websites editable".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Edit Webpage

Scarica i file di estensione Edit Webpage in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Edit Webpage Edit Webpage
ID dcemlmncjcljhjfbijimcamijgfdgieb
URL Ufficiale https://chromewebstore.google.com/detail/edit-webpage/dcemlmncjcljhjfbijimcamijgfdgieb
Descrizione Edit any webpage and make websites editable
Dimensione del File 12.55 KB
Conteggio Installazioni 4,799
Versione Corrente 1.1
Ultimo Aggiornamento 2019-10-03
Data di Pubblicazione 2019-10-03
Valutazione 4.20/5 Totale 10 Valutazioni
Sviluppatore centpage.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://ritwick.com
URL della Pagina della Politica sulla Privacy http://centpage.com/privacy-policy.php
Lingue Supportate 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
}