Page Mirroring

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

Co je Page Mirroring?

Page Mirroring je rozšíření Chrome vyvinuté Hidehito Tanaka, a jeho hlavní funkcí je „The current Web page is displayed mirroring when you click the icon. This is useful for teleprompter.“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření Page Mirroring

Stáhněte si soubory rozšíření Page Mirroring ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

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

Základní Informace o Rozšíření

Název Page Mirroring Page Mirroring
ID pleenohloklihhkhmjdanfjbopomehic
Oficiální URL https://chromewebstore.google.com/detail/page-mirroring/pleenohloklihhkhmjdanfjbopomehic
Popis The current Web page is displayed mirroring when you click the icon. This is useful for teleprompter.
Velikost souboru 20.91 KB
Počet instalací 250
Aktuální Verze 1.0
Poslední Aktualizace 2022-06-12
Datum Vydání 2022-06-12
Hodnocení 3.00/5 Celkem 1 Hodnocení
Vývojář Hidehito Tanaka
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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"
}