Page Mirroring
The current Web page is displayed mirroring when you click the icon. This is useful for teleprompter.
What is Page Mirroring?
Page Mirroring is a Chrome extension developed by Hidehito Tanaka, and its main feature is "The current Web page is displayed mirroring when you click the icon. This is useful for teleprompter.".
Extension Screenshots
Download Page Mirroring Extension CRX File
Download Page Mirroring extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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ページの内容をそのまま表示できるようになります。
Extension Basic Information
Name | Page Mirroring |
ID | pleenohloklihhkhmjdanfjbopomehic |
Official URL | https://chromewebstore.google.com/detail/page-mirroring/pleenohloklihhkhmjdanfjbopomehic |
Description | The current Web page is displayed mirroring when you click the icon. This is useful for teleprompter. |
File Size | 20.91 KB |
Installation Count | 250 |
Current Version | 1.0 |
Last Updated | 2022-06-12 |
Publish Date | 2022-06-12 |
Rating | 3.00/5 Total 1 Ratings |
Developer | Hidehito Tanaka |
[email protected] | |
Payment Type | free |
Supported Languages | 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" } |