Page Mirroring

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

Vad är Page Mirroring?

Page Mirroring är en Chrome-tillägg utvecklad av Hidehito Tanaka, och dess huvudfunktion är "The current Web page is displayed mirroring when you click the icon. This is useful for teleprompter.".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner Page Mirroring-förlängningens CRX-fil

Ladda ner Page Mirroring-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn Page Mirroring Page Mirroring
ID pleenohloklihhkhmjdanfjbopomehic
Officiell webbadress https://chromewebstore.google.com/detail/page-mirroring/pleenohloklihhkhmjdanfjbopomehic
Beskrivning The current Web page is displayed mirroring when you click the icon. This is useful for teleprompter.
Filstorlek 20.91 KB
Antal Installationer 250
Aktuell Version 1.0
Senast Uppdaterad 2022-06-12
Publiceringsdatum 2022-06-12
Betyg 3.00/5 Totalt 1 Betyg
Utvecklare Hidehito Tanaka
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
}