Page Mirroring

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

Τι είναι το Page Mirroring;

Το Page Mirroring είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Hidehito Tanaka, και η κύρια λειτουργία του είναι "The current Web page is displayed mirroring when you click the icon. This is useful for teleprompter.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Page Mirroring

Λήψη αρχείων επέκτασης 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 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"
}