Page Editor

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

Was ist Page Editor?

Page Editor ist eine Chrome-Erweiterung, die von Rohan Kapur entwickelt wurde, und ihr Hauptmerkmal ist "A plugin that allows you to edit any webpage like a word doc".

Erweiterungsscreenshots

screenshot

Page Editor-Erweiterungs-CRX-Datei herunterladen

Laden Sie Page Editor-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Page Editor Page Editor
ID mngnomcgkkfekkjddagbhgamjgpjamoe
Offizielle URL https://chromewebstore.google.com/detail/page-editor/mngnomcgkkfekkjddagbhgamjgpjamoe
Beschreibung A plugin that allows you to edit any webpage like a word doc
Dateigröße 9.85 KB
Installationsanzahl 39
Aktuelle Version 1.0.0
Letztes Update 2020-11-17
Veröffentlichungsdatum 2020-11-16
Bewertung 2.00/5 Insgesamt 1 Bewertungen
Entwickler Rohan Kapur
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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
}