Pagedit - Edit the text of a webpage

Extension that enable the edition of text on a webpage for content writers / developers.

What is Pagedit - Edit the text of a webpage?

Pagedit - Edit the text of a webpage is a Chrome extension developed by http://julien.how, and its main feature is "Extension that enable the edition of text on a webpage for content writers / developers.".

Extension Screenshots

screenshot
screenshot

Download Pagedit - Edit the text of a webpage Extension CRX File

Download Pagedit - Edit the text of a webpage 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

                        Pagedit let you edit the text on a webpage. This extension is useful for content writes or developer to see if the layout of a page will work with that they have.                    

Extension Basic Information

Name Pagedit - Edit the text of a webpage Pagedit - Edit the text of a webpage
ID acfidinelkdinofnlkbjibclamcpnecj
Official URL https://chrome.google.com/webstore/detail/pagedit-edit-the-text-of/acfidinelkdinofnlkbjibclamcpnecj
Description Extension that enable the edition of text on a webpage for content writers / developers.
File Size 54.99 KB
Installation Count 39
Current Version 1.0.0
Last Updated 2019-10-06
Publish Date 2019-10-05
Developer http://julien.how
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Pagedit - Edit the text of a webpage",
    "version": "1.0.0",
    "manifest_version": 2,
    "description": "Extension that enable the edition of text on a webpage for content writers \/ developers.",
    "homepage_url": "https:\/\/julien.how",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "background": {
        "page": "src\/bg\/background.html",
        "persistent": true
    },
    "browser_action": {
        "default_icon": "icons\/icon19.png",
        "default_title": "Start editing the page's text"
    },
    "permissions": [
        "activeTab",
        "debugger",
        "tabs"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "src\/inject\/pagedit.js"
            ]
        }
    ]
}