Page Editor

Make any website editable and prank your friends!

Apa itu Page Editor?

Page Editor adalah ekstensi Chrome yang dikembangkan oleh adapp.mail, dan fitur utamanya adalah "Make any website editable and prank your friends!".

Screenshot Ekstensi

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

                        Make any website editable and prank your friends!

How to use
1. Click the pencil icon at the right top corner of your browser!

2. You will see edit button and done button

3. Click edit button

4. Click anywhere you want to edit and type something!

5. When you're satisfied with your edit, click done button!                    

Informasi Dasar Ekstensi

Nama Page Editor Page Editor
ID ohbodlpbcconbmnbfnnlillefbahijed
URL Resmi https://chrome.google.com/webstore/detail/page-editor/ohbodlpbcconbmnbfnnlillefbahijed
Deskripsi Make any website editable and prank your friends!
Ukuran File 12.5 KB
Jumlah Instalasi 863
Versi Saat Ini 1.0.3
Terakhir Diperbarui 2019-11-11
Tanggal Publikasi 2019-11-11
Penilaian 3.33/5 Total 3 Penilaian
Pengembang adapp.mail
Tipe Pembayaran free
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Page Editor",
    "version": "1.0.3",
    "short_name": "PageEditor",
    "description": "Make any website editable and prank your friends!",
    "permissions": [
        "declarativeContent",
        "storage",
        "activeTab"
    ],
    "page_action": {
        "default_popup": "popup.html",
        "default_icon": "assets\/images\/icon.png"
    },
    "background": {
        "scripts": [
            "assets\/scripts\/background.js"
        ],
        "persistent": false
    },
    "icons": {
        "16": "assets\/images\/icon16.png",
        "48": "assets\/images\/icon48.png",
        "128": "assets\/images\/icon128.png"
    },
    "manifest_version": 2
}