Page Editor

Make any website editable and prank your friends!

Wat is Page Editor?

Page Editor is een Chrome-extensie ontwikkeld door adapp.mail, en de belangrijkste functie is "Make any website editable and prank your friends!".

Extensie Screenshots

Download het CRX-bestand van de extensie Page Editor

Download Page Editor-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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!                    

Basisinformatie over de Extensie

Naam Page Editor Page Editor
ID ohbodlpbcconbmnbfnnlillefbahijed
Officiële URL https://chrome.google.com/webstore/detail/page-editor/ohbodlpbcconbmnbfnnlillefbahijed
Beschrijving Make any website editable and prank your friends!
Bestandsgrootte 12.5 KB
Aantal Installaties 863
Huidige Versie 1.0.3
Laatst Bijgewerkt 2019-11-11
Publicatiedatum 2019-11-11
Beoordeling 3.33/5 Totaal 3 Beoordelingen
Ontwikkelaar adapp.mail
Betalingswijze free
Ondersteunde Talen 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
}