Page Mirroring

The current Web page is displayed mirroring when you click the icon. This is useful for teleprompter.

Qu'est-ce que Page Mirroring ?

Page Mirroring est une extension Chrome développée par Hidehito Tanaka, et sa fonction principale est "The current Web page is displayed mirroring when you click the icon. This is useful for teleprompter.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Page Mirroring

Téléchargez les fichiers d'extension Page Mirroring au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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ページの内容をそのまま表示できるようになります。                    

Informations de Base sur l'Extension

Nom Page Mirroring Page Mirroring
ID pleenohloklihhkhmjdanfjbopomehic
URL Officiel https://chromewebstore.google.com/detail/page-mirroring/pleenohloklihhkhmjdanfjbopomehic
Description The current Web page is displayed mirroring when you click the icon. This is useful for teleprompter.
Taille du Fichier 20.91 KB
Nombre d'Installations 250
Version Actuelle 1.0
Dernière Mise à Jour 2022-06-12
Date de Publication 2022-06-12
Évaluation 3.00/5 Total 1 Évaluations
Développeur Hidehito Tanaka
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
}