Pagedit - Edit the text of a webpage

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

Cos'è Pagedit - Edit the text of a webpage?

Pagedit - Edit the text of a webpage è un'estensione di Chrome sviluppata da http://julien.how, e la sua funzione principale è "Extension that enable the edition of text on a webpage for content writers / developers.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Pagedit - Edit the text of a webpage

Scarica i file di estensione Pagedit - Edit the text of a webpage in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Pagedit - Edit the text of a webpage Pagedit - Edit the text of a webpage
ID acfidinelkdinofnlkbjibclamcpnecj
URL Ufficiale https://chrome.google.com/webstore/detail/pagedit-edit-the-text-of/acfidinelkdinofnlkbjibclamcpnecj
Descrizione Extension that enable the edition of text on a webpage for content writers / developers.
Dimensione del File 54.99 KB
Conteggio Installazioni 39
Versione Corrente 1.0.0
Ultimo Aggiornamento 2019-10-06
Data di Pubblicazione 2019-10-05
Sviluppatore http://julien.how
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
            ]
        }
    ]
}