Page Mirroring

The current Web page is displayed mirroring when you click the icon. This is useful for teleprompter.

Apa itu Page Mirroring?

Page Mirroring adalah ekstensi Chrome yang dikembangkan oleh Hidehito Tanaka, dan fitur utamanya adalah "The current Web page is displayed mirroring when you click the icon. This is useful for teleprompter.".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Page Mirroring

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

                        The Web page is flipped horizontally.
You will be able to display the contents of the page as it is when displaying on a mirror surface or with a prompter.

表示中のWEBページを左右反転表示します。
鏡面表示やプロンプターで表示する場合にWEBページの内容をそのまま表示できるようになります。                    

Informasi Dasar Ekstensi

Nama Page Mirroring Page Mirroring
ID pleenohloklihhkhmjdanfjbopomehic
URL Resmi https://chromewebstore.google.com/detail/page-mirroring/pleenohloklihhkhmjdanfjbopomehic
Deskripsi The current Web page is displayed mirroring when you click the icon. This is useful for teleprompter.
Ukuran File 20.91 KB
Jumlah Instalasi 250
Versi Saat Ini 1.0
Terakhir Diperbarui 2022-06-12
Tanggal Publikasi 2022-06-12
Penilaian 3.00/5 Total 1 Penilaian
Pengembang Hidehito Tanaka
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Page Mirroring",
    "action": [],
    "manifest_version": 3,
    "version": "1.0",
    "description": "The current Web page is displayed mirroring when you click the icon. This is useful for teleprompter.",
    "permissions": [
        "activeTab",
        "scripting"
    ],
    "background": {
        "service_worker": "index.js"
    },
    "icons": {
        "128": "icon128.png"
    },
    "author": "Hidehito Tanaka"
}