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.”。

擴展截圖

screenshot
screenshot

下載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 Page Mirroring
ID pleenohloklihhkhmjdanfjbopomehic
官方網址 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"
}