Page Editor

Make any website editable and prank your friends!

Qu'est-ce que Page Editor ?

Page Editor est une extension Chrome développée par adapp.mail, et sa fonction principale est "Make any website editable and prank your friends!".

Captures d'Écran de l'Extension

Télécharger le fichier CRX de l'extension Page Editor

Téléchargez les fichiers d'extension Page Editor au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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!                    

Informations de Base sur l'Extension

Nom Page Editor Page Editor
ID ohbodlpbcconbmnbfnnlillefbahijed
URL Officiel https://chrome.google.com/webstore/detail/page-editor/ohbodlpbcconbmnbfnnlillefbahijed
Description Make any website editable and prank your friends!
Taille du Fichier 12.5 KB
Nombre d'Installations 863
Version Actuelle 1.0.3
Dernière Mise à Jour 2019-11-11
Date de Publication 2019-11-11
Évaluation 3.33/5 Total 3 Évaluations
Développeur adapp.mail
Type de Paiement free
Langues Prises en Charge 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
}