Page Editor

A plugin that allows you to edit any webpage like a word doc

Cos'è Page Editor?

Page Editor è un'estensione di Chrome sviluppata da Rohan Kapur, e la sua funzione principale è "A plugin that allows you to edit any webpage like a word doc".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Page Editor

Scarica i file di estensione Page Editor 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

                        This extension allows you to edit the text on any web page as though it were a word or google doc. This is just for fun and only edits the files locally for the browser. It does not edit the site content for other people visiting the website, even if they have this extension installed.                    

Informazioni di Base sull'Estensione

Nome Page Editor Page Editor
ID mngnomcgkkfekkjddagbhgamjgpjamoe
URL Ufficiale https://chromewebstore.google.com/detail/page-editor/mngnomcgkkfekkjddagbhgamjgpjamoe
Descrizione A plugin that allows you to edit any webpage like a word doc
Dimensione del File 9.85 KB
Conteggio Installazioni 39
Versione Corrente 1.0.0
Ultimo Aggiornamento 2020-11-17
Data di Pubblicazione 2020-11-16
Valutazione 2.00/5 Totale 1 Valutazioni
Sviluppatore Rohan Kapur
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Page Editor",
    "version": "1.0.0",
    "description": "A plugin that allows you to edit any webpage like a word doc",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": [],
    "permissions": [
        "activeTab"
    ],
    "icons": {
        "48": "icon.png",
        "128": "icon.png"
    },
    "manifest_version": 2
}