Page Editor

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

What is Page Editor?

Page Editor is a Chrome extension developed by Rohan Kapur, and its main feature is "A plugin that allows you to edit any webpage like a word doc".

Extension Screenshots

screenshot

Download Page Editor Extension CRX File

Download Page Editor extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Page Editor Page Editor
ID mngnomcgkkfekkjddagbhgamjgpjamoe
Official URL https://chromewebstore.google.com/detail/page-editor/mngnomcgkkfekkjddagbhgamjgpjamoe
Description A plugin that allows you to edit any webpage like a word doc
File Size 9.85 KB
Installation Count 39
Current Version 1.0.0
Last Updated 2020-11-17
Publish Date 2020-11-16
Rating 2.00/5 Total 1 Ratings
Developer Rohan Kapur
Email [email protected]
Payment Type free
Supported Languages 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
}