Mirror Page

Mirrors the page when you click the icon

Apa itu Mirror Page?

Mirror Page adalah ekstensi Chrome yang dikembangkan oleh gnsd.tc, dan fitur utamanya adalah "Mirrors the page when you click the icon".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Mirror Page

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

                        Simple app for using Chrome with your teleprompter. Vertically flips (mirrors) the contents of the page. (Does not support all websites (for example YouTube) and does not support scrolling).                    

Informasi Dasar Ekstensi

Nama Mirror Page Mirror Page
ID fmifopjhkndcffjjdglomeipmgdkoaeo
URL Resmi https://chromewebstore.google.com/detail/mirror-page/fmifopjhkndcffjjdglomeipmgdkoaeo
Deskripsi Mirrors the page when you click the icon
Ukuran File 3.18 KB
Jumlah Instalasi 740
Versi Saat Ini 0.1
Terakhir Diperbarui 2021-06-12
Tanggal Publikasi 2021-06-12
Penilaian 2.00/5 Total 1 Penilaian
Pengembang gnsd.tc
Email [email protected]
Tipe Pembayaran free
URL Halaman Kebijakan Privasi https://www.gnsd.tc/p/privacy-policy.html
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Mirror Page",
    "action": [],
    "manifest_version": 3,
    "version": "0.1",
    "description": "Mirrors the page when you click the icon",
    "permissions": [
        "activeTab",
        "scripting"
    ],
    "background": {
        "service_worker": "background.js"
    }
}