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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
이메일 | [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" } |