Pagedit - Edit the text of a webpage

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

Qu'est-ce que Pagedit - Edit the text of a webpage ?

Pagedit - Edit the text of a webpage est une extension Chrome développée par http://julien.how, et sa fonction principale est "Extension that enable the edition of text on a webpage for content writers / developers.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Pagedit - Edit the text of a webpage

Téléchargez les fichiers d'extension Pagedit - Edit the text of a webpage au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Pagedit - Edit the text of a webpage Pagedit - Edit the text of a webpage
ID acfidinelkdinofnlkbjibclamcpnecj
URL Officiel 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.
Taille du Fichier 54.99 KB
Nombre d'Installations 39
Version Actuelle 1.0.0
Dernière Mise à Jour 2019-10-06
Date de Publication 2019-10-05
Développeur http://julien.how
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
            ]
        }
    ]
}