Pagedit - Edit the text of a webpage

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

Apa itu Pagedit - Edit the text of a webpage?

Pagedit - Edit the text of a webpage adalah ekstensi Chrome yang dikembangkan oleh http://julien.how, dan fitur utamanya adalah "Extension that enable the edition of text on a webpage for content writers / developers.".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Pagedit - Edit the text of a webpage

Unduh file ekstensi Pagedit - Edit the text of a webpage dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Pagedit - Edit the text of a webpage Pagedit - Edit the text of a webpage
ID acfidinelkdinofnlkbjibclamcpnecj
URL Resmi https://chrome.google.com/webstore/detail/pagedit-edit-the-text-of/acfidinelkdinofnlkbjibclamcpnecj
Deskripsi Extension that enable the edition of text on a webpage for content writers / developers.
Ukuran File 54.99 KB
Jumlah Instalasi 39
Versi Saat Ini 1.0.0
Terakhir Diperbarui 2019-10-06
Tanggal Publikasi 2019-10-05
Pengembang http://julien.how
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
            ]
        }
    ]
}