Mirror extension!
The mirror extension mirrors web pages!
Mirror extension!란 무엇입니까?
Mirror extension!은(는) Mirror Read에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "The mirror extension mirrors web pages!"입니다.
확장 프로그램 스크린샷
Mirror extension! 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
이메일 | [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": [] } |