Page Mirroring

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

Wat is Page Mirroring?

Page Mirroring is een Chrome-extensie ontwikkeld door Hidehito Tanaka, en de belangrijkste functie is "The current Web page is displayed mirroring when you click the icon. This is useful for teleprompter.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Page Mirroring

Download Page Mirroring-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Page Mirroring Page Mirroring
ID pleenohloklihhkhmjdanfjbopomehic
Officiële URL https://chromewebstore.google.com/detail/page-mirroring/pleenohloklihhkhmjdanfjbopomehic
Beschrijving The current Web page is displayed mirroring when you click the icon. This is useful for teleprompter.
Bestandsgrootte 20.91 KB
Aantal Installaties 250
Huidige Versie 1.0
Laatst Bijgewerkt 2022-06-12
Publicatiedatum 2022-06-12
Beoordeling 3.00/5 Totaal 1 Beoordelingen
Ontwikkelaar Hidehito Tanaka
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
}