Page Editor

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

Co je Page Editor?

Page Editor je rozšíření Chrome vyvinuté Rohan Kapur, a jeho hlavní funkcí je „A plugin that allows you to edit any webpage like a word doc“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Page Editor

Stáhněte si soubory rozšíření Page Editor 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í

                        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.                    

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

Název Page Editor Page Editor
ID mngnomcgkkfekkjddagbhgamjgpjamoe
Oficiální URL https://chromewebstore.google.com/detail/page-editor/mngnomcgkkfekkjddagbhgamjgpjamoe
Popis A plugin that allows you to edit any webpage like a word doc
Velikost souboru 9.85 KB
Počet instalací 39
Aktuální Verze 1.0.0
Poslední Aktualizace 2020-11-17
Datum Vydání 2020-11-16
Hodnocení 2.00/5 Celkem 1 Hodnocení
Vývojář Rohan Kapur
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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
}