Page Mirroring

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

Co to jest Page Mirroring?

Page Mirroring to rozszerzenie Chrome opracowane przez Hidehito Tanaka, a jego główną funkcją jest „The current Web page is displayed mirroring when you click the icon. This is useful for teleprompter.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Page Mirroring

Pobierz pliki rozszerzeń Page Mirroring w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa Page Mirroring Page Mirroring
ID pleenohloklihhkhmjdanfjbopomehic
Oficjalny URL https://chromewebstore.google.com/detail/page-mirroring/pleenohloklihhkhmjdanfjbopomehic
Opis The current Web page is displayed mirroring when you click the icon. This is useful for teleprompter.
Rozmiar pliku 20.91 KB
Liczba instalacji 250
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2022-06-12
Data Publikacji 2022-06-12
Ocena 3.00/5 Łącznie 1 Oceny
Deweloper Hidehito Tanaka
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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"
}