Page Editor

Make any website editable and prank your friends!

What is Page Editor?

Page Editor is a Chrome extension developed by adapp.mail, and its main feature is "Make any website editable and prank your friends!".

Extension Screenshots

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

                        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!                    

Extension Basic Information

Name Page Editor Page Editor
ID ohbodlpbcconbmnbfnnlillefbahijed
Official URL https://chrome.google.com/webstore/detail/page-editor/ohbodlpbcconbmnbfnnlillefbahijed
Description Make any website editable and prank your friends!
File Size 12.5 KB
Installation Count 863
Current Version 1.0.3
Last Updated 2019-11-11
Publish Date 2019-11-11
Rating 3.33/5 Total 3 Ratings
Developer adapp.mail
Payment Type free
Supported Languages 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
}