Page Editor

A plugin that allows you to edit any webpage like a word doc

Apa itu Page Editor?

Page Editor adalah ekstensi Chrome yang dikembangkan oleh Rohan Kapur, dan fitur utamanya adalah "A plugin that allows you to edit any webpage like a word doc".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Page Editor

Unduh file ekstensi Page Editor 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

                        This extension allows you to edit the text on any web page as though it were a word or google doc. This is just for fun and only edits the files locally for the browser. It does not edit the site content for other people visiting the website, even if they have this extension installed.                    

Informasi Dasar Ekstensi

Nama Page Editor Page Editor
ID mngnomcgkkfekkjddagbhgamjgpjamoe
URL Resmi https://chromewebstore.google.com/detail/page-editor/mngnomcgkkfekkjddagbhgamjgpjamoe
Deskripsi A plugin that allows you to edit any webpage like a word doc
Ukuran File 9.85 KB
Jumlah Instalasi 39
Versi Saat Ini 1.0.0
Terakhir Diperbarui 2020-11-17
Tanggal Publikasi 2020-11-16
Penilaian 2.00/5 Total 1 Penilaian
Pengembang Rohan Kapur
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Page Editor",
    "version": "1.0.0",
    "description": "A plugin that allows you to edit any webpage like a word doc",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": [],
    "permissions": [
        "activeTab"
    ],
    "icons": {
        "48": "icon.png",
        "128": "icon.png"
    },
    "manifest_version": 2
}