Mirror Page
Mirrors the page when you click the icon
Mirror Pageとは何ですか?
Mirror Pageはgnsd.tcによって開発されたChromeの拡張機能で、その主な機能は「Mirrors the page when you click the icon」です。
拡張機能のスクリーンショット
Mirror Page拡張機能のCRXファイルをダウンロード
Mirror Page拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Simple app for using Chrome with your teleprompter. Vertically flips (mirrors) the contents of the page. (Does not support all websites (for example YouTube) and does not support scrolling).
拡張機能の基本情報
名前 | Mirror Page |
ID | fmifopjhkndcffjjdglomeipmgdkoaeo |
公式URL | https://chromewebstore.google.com/detail/mirror-page/fmifopjhkndcffjjdglomeipmgdkoaeo |
説明 | Mirrors the page when you click the icon |
ファイルサイズ | 3.18 KB |
インストール数 | 740 |
現在のバージョン | 0.1 |
最終更新日 | 2021-06-12 |
公開日 | 2021-06-12 |
評価 | 2.00/5 合計 1 レビュー |
開発者 | gnsd.tc |
Eメール | [email protected] |
支払い方法 | free |
プライバシーポリシーページのURL | https://www.gnsd.tc/p/privacy-policy.html |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Mirror Page", "action": [], "manifest_version": 3, "version": "0.1", "description": "Mirrors the page when you click the icon", "permissions": [ "activeTab", "scripting" ], "background": { "service_worker": "background.js" } } |