Page Mirroring
The current Web page is displayed mirroring when you click the icon. This is useful for teleprompter.
Page Mirroringとは何ですか?
Page MirroringはHidehito Tanakaによって開発されたChromeの拡張機能で、その主な機能は「The current Web page is displayed mirroring when you click the icon. This is useful for teleprompter.」です。
拡張機能のスクリーンショット
Page Mirroring拡張機能のCRXファイルをダウンロード
Page Mirroring拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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ページの内容をそのまま表示できるようになります。
拡張機能の基本情報
名前 | Page Mirroring |
ID | pleenohloklihhkhmjdanfjbopomehic |
公式URL | https://chromewebstore.google.com/detail/page-mirroring/pleenohloklihhkhmjdanfjbopomehic |
説明 | The current Web page is displayed mirroring when you click the icon. This is useful for teleprompter. |
ファイルサイズ | 20.91 KB |
インストール数 | 250 |
現在のバージョン | 1.0 |
最終更新日 | 2022-06-12 |
公開日 | 2022-06-12 |
評価 | 3.00/5 合計 1 レビュー |
開発者 | Hidehito Tanaka |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | 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" } |