Page Editor

Make any website editable and prank your friends!

Vad är Page Editor?

Page Editor är en Chrome-tillägg utvecklad av adapp.mail, och dess huvudfunktion är "Make any website editable and prank your friends!".

Tilläggsskärmbilder

Ladda ner Page Editor-förlängningens CRX-fil

Ladda ner Page Editor-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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!                    

Grundläggande Information om Tillägg

Namn Page Editor Page Editor
ID ohbodlpbcconbmnbfnnlillefbahijed
Officiell webbadress https://chrome.google.com/webstore/detail/page-editor/ohbodlpbcconbmnbfnnlillefbahijed
Beskrivning Make any website editable and prank your friends!
Filstorlek 12.5 KB
Antal Installationer 863
Aktuell Version 1.0.3
Senast Uppdaterad 2019-11-11
Publiceringsdatum 2019-11-11
Betyg 3.33/5 Totalt 3 Betyg
Utvecklare adapp.mail
Betalningssätt free
Stödda Språk 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
}