Page Mirroring

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

Cos'è Page Mirroring?

Page Mirroring è un'estensione di Chrome sviluppata da Hidehito Tanaka, e la sua funzione principale è "The current Web page is displayed mirroring when you click the icon. This is useful for teleprompter.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Page Mirroring

Scarica i file di estensione Page Mirroring in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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ページの内容をそのまま表示できるようになります。                    

Informazioni di Base sull'Estensione

Nome Page Mirroring Page Mirroring
ID pleenohloklihhkhmjdanfjbopomehic
URL Ufficiale https://chromewebstore.google.com/detail/page-mirroring/pleenohloklihhkhmjdanfjbopomehic
Descrizione The current Web page is displayed mirroring when you click the icon. This is useful for teleprompter.
Dimensione del File 20.91 KB
Conteggio Installazioni 250
Versione Corrente 1.0
Ultimo Aggiornamento 2022-06-12
Data di Pubblicazione 2022-06-12
Valutazione 3.00/5 Totale 1 Valutazioni
Sviluppatore Hidehito Tanaka
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
}