Edit Any Page

Edit text of any webpage

Cos'è Edit Any Page?

Edit Any Page è un'estensione di Chrome sviluppata da https://editanypage.com, e la sua funzione principale è "Edit text of any webpage".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Edit Any Page

Scarica i file di estensione Edit Any Page 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 copy of any webpage on your browser. 
A simple click on the extension will enable you to edit any copy on any webpage. 
You can always reload the page to go back to its original state.                    

Informazioni di Base sull'Estensione

Nome Edit Any Page Edit Any Page
ID ilbaaahcbkgcdjnigmmmlmoaodhmmcof
URL Ufficiale https://chromewebstore.google.com/detail/edit-any-page/ilbaaahcbkgcdjnigmmmlmoaodhmmcof
Descrizione Edit text of any webpage
Dimensione del File 28.55 KB
Conteggio Installazioni 48
Versione Corrente 4.0
Ultimo Aggiornamento 2023-03-31
Data di Pubblicazione 2022-12-06
Sviluppatore https://editanypage.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.editanypage.com/
URL della Pagina di Aiuto https://www.editanypage.com/
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Edit Any Page",
    "version": "4.0",
    "description": "Edit text of any webpage",
    "permissions": [
        "activeTab",
        "tabs",
        "scripting"
    ],
    "action": {
        "default_icon": "icon.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "48": "icon.png"
    }
}