Page Editor

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

Qu'est-ce que Page Editor ?

Page Editor est une extension Chrome développée par Rohan Kapur, et sa fonction principale est "A plugin that allows you to edit any webpage like a word doc".

Captures d'Écran de l'Extension

screenshot

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

                        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.                    

Informations de Base sur l'Extension

Nom Page Editor Page Editor
ID mngnomcgkkfekkjddagbhgamjgpjamoe
URL Officiel https://chromewebstore.google.com/detail/page-editor/mngnomcgkkfekkjddagbhgamjgpjamoe
Description A plugin that allows you to edit any webpage like a word doc
Taille du Fichier 9.85 KB
Nombre d'Installations 39
Version Actuelle 1.0.0
Dernière Mise à Jour 2020-11-17
Date de Publication 2020-11-16
Évaluation 2.00/5 Total 1 Évaluations
Développeur Rohan Kapur
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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
}