Page Mirroring
The current Web page is displayed mirroring when you click the icon. This is useful for teleprompter.
Hvad er Page Mirroring?
Page Mirroring er en Chrome-udvidelse udviklet af Hidehito Tanaka, og dens hovedfunktion er "The current Web page is displayed mirroring when you click the icon. This is useful for teleprompter.".
Udvidelsesskærmbilleder
Download Page Mirroring-udvidelses-CRX-fil
Download Page Mirroring-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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æggende oplysninger om udvidelsen
| Navn | |
| ID | pleenohloklihhkhmjdanfjbopomehic |
| Officiel URL | https://chromewebstore.google.com/detail/page-mirroring/pleenohloklihhkhmjdanfjbopomehic |
| Beskrivelse | The current Web page is displayed mirroring when you click the icon. This is useful for teleprompter. |
| Filstørrelse | 20.91 KB |
| Antal Installationer | 250 |
| Nuværende Version | 1.0 |
| Senest Opdateret | 2022-06-12 |
| Udgivelsesdato | 2022-06-12 |
| Bedømmelse | 3.00/5 Samlet 1 Bedømmelser |
| Udvikler | Hidehito Tanaka |
| [email protected] | |
| Betalingsmetode | free |
| Understøttede Sprog | 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"
} | |