Page Editor

Make any website editable and prank your friends!

Co je Page Editor?

Page Editor je rozšíření Chrome vyvinuté adapp.mail, a jeho hlavní funkcí je „Make any website editable and prank your friends!“.

Snímky obrazovky rozšíření

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í

                        Make any website editable and prank your friends!

How to use
1. Click the pencil icon at the right top corner of your browser!

2. You will see edit button and done button

3. Click edit button

4. Click anywhere you want to edit and type something!

5. When you're satisfied with your edit, click done button!                    

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

Název Page Editor Page Editor
ID ohbodlpbcconbmnbfnnlillefbahijed
Oficiální URL https://chrome.google.com/webstore/detail/page-editor/ohbodlpbcconbmnbfnnlillefbahijed
Popis Make any website editable and prank your friends!
Velikost souboru 12.5 KB
Počet instalací 863
Aktuální Verze 1.0.3
Poslední Aktualizace 2019-11-11
Datum Vydání 2019-11-11
Hodnocení 3.33/5 Celkem 3 Hodnocení
Vývojář adapp.mail
Typ Platby free
Podporované Jazyky en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Page Editor",
    "version": "1.0.3",
    "short_name": "PageEditor",
    "description": "Make any website editable and prank your friends!",
    "permissions": [
        "declarativeContent",
        "storage",
        "activeTab"
    ],
    "page_action": {
        "default_popup": "popup.html",
        "default_icon": "assets\/images\/icon.png"
    },
    "background": {
        "scripts": [
            "assets\/scripts\/background.js"
        ],
        "persistent": false
    },
    "icons": {
        "16": "assets\/images\/icon16.png",
        "48": "assets\/images\/icon48.png",
        "128": "assets\/images\/icon128.png"
    },
    "manifest_version": 2
}