Mirror extension!
The mirror extension mirrors web pages!
Mirror extension!とは何ですか?
Mirror extension!はMirror Readによって開発されたChromeの拡張機能で、その主な機能は「The mirror extension mirrors web pages!」です。
拡張機能のスクリーンショット
Mirror extension!拡張機能のCRXファイルをダウンロード
Mirror extension!拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
With the mirror extension it is now possible to turn your Internet around, using the MIRROR! extension. Free for educational, research and entertainment purposes. >>>Instructions:<<< Pin the "Mirror extension!" to your browser bar. Then, open a new tab and go to the website of your choice. When you are ready, click your new "Mirror extension!" button, and watch your website mirror itself. Click the button again to go back to Regular view. >>>About Mirror Read<<< Reading mirrored text requires skills that are different than those required for ordinary reading, like mental rotation, spatial transformation, and working memory. These are valuable core capacities that can be developed. Visit https://www.mirrorread.com/ for more transformative learning.
拡張機能の基本情報
名前 | Mirror extension! |
ID | mmikfpbblkegnglepiplpkcobnmolaph |
公式URL | https://chromewebstore.google.com/detail/mirror-extension/mmikfpbblkegnglepiplpkcobnmolaph |
説明 | The mirror extension mirrors web pages! |
ファイルサイズ | 15.51 KB |
インストール数 | 701 |
現在のバージョン | 1.1.0 |
最終更新日 | 2023-01-19 |
公開日 | 2023-01-16 |
評価 | 5.00/5 合計 5 レビュー |
開発者 | Mirror Read |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://www.mirrorread.com |
ヘルプページのURL | https://www.mirrorread.com/faq |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Mirror extension!", "description": "The mirror extension mirrors web pages!", "version": "1.1.0", "icons": { "16": "images\/icon16.png", "32": "images\/icon32.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "permissions": [ "activeTab", "scripting" ], "background": { "service_worker": "service.js" }, "action": [] } |