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 |
电子邮箱 | [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" } |