Page Mirroring
The current Web page is displayed mirroring when you click the icon. This is useful for teleprompter.
O que é Page Mirroring?
Page Mirroring é uma extensão do Chrome desenvolvida por Hidehito Tanaka, e sua principal característica é "The current Web page is displayed mirroring when you click the icon. This is useful for teleprompter.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Page Mirroring
Baixe arquivos de extensão Page Mirroring no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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ページの内容をそのまま表示できるようになります。
Informações Básicas da Extensão
Nome | Page Mirroring |
ID | pleenohloklihhkhmjdanfjbopomehic |
URL Oficial | https://chromewebstore.google.com/detail/page-mirroring/pleenohloklihhkhmjdanfjbopomehic |
Descrição | The current Web page is displayed mirroring when you click the icon. This is useful for teleprompter. |
Tamanho do Arquivo | 20.91 KB |
Contagem de Instalações | 250 |
Versão Atual | 1.0 |
Última Atualização | 2022-06-12 |
Data de Publicação | 2022-06-12 |
Classificação | 3.00/5 Total de 1 Avaliações |
Desenvolvedor | Hidehito Tanaka |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | 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" } |