Pagedit - Edit the text of a webpage

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

Co je Pagedit - Edit the text of a webpage?

Pagedit - Edit the text of a webpage je rozšíření Chrome vyvinuté http://julien.how, a jeho hlavní funkcí je „Extension that enable the edition of text on a webpage for content writers / developers.“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření Pagedit - Edit the text of a webpage

Stáhněte si soubory rozšíření Pagedit - Edit the text of a webpage ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Pagedit - Edit the text of a webpage Pagedit - Edit the text of a webpage
ID acfidinelkdinofnlkbjibclamcpnecj
Oficiální URL https://chrome.google.com/webstore/detail/pagedit-edit-the-text-of/acfidinelkdinofnlkbjibclamcpnecj
Popis Extension that enable the edition of text on a webpage for content writers / developers.
Velikost souboru 54.99 KB
Počet instalací 39
Aktuální Verze 1.0.0
Poslední Aktualizace 2019-10-06
Datum Vydání 2019-10-05
Vývojář http://julien.how
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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"
            ]
        }
    ]
}