Pagedit - Edit the text of a webpage

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

Was ist Pagedit - Edit the text of a webpage?

Pagedit - Edit the text of a webpage ist eine Chrome-Erweiterung, die von http://julien.how entwickelt wurde, und ihr Hauptmerkmal ist "Extension that enable the edition of text on a webpage for content writers / developers.".

Erweiterungsscreenshots

screenshot
screenshot

Pagedit - Edit the text of a webpage-Erweiterungs-CRX-Datei herunterladen

Laden Sie Pagedit - Edit the text of a webpage-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Pagedit - Edit the text of a webpage Pagedit - Edit the text of a webpage
ID acfidinelkdinofnlkbjibclamcpnecj
Offizielle URL https://chrome.google.com/webstore/detail/pagedit-edit-the-text-of/acfidinelkdinofnlkbjibclamcpnecj
Beschreibung Extension that enable the edition of text on a webpage for content writers / developers.
Dateigröße 54.99 KB
Installationsanzahl 39
Aktuelle Version 1.0.0
Letztes Update 2019-10-06
Veröffentlichungsdatum 2019-10-05
Entwickler http://julien.how
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
            ]
        }
    ]
}