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"
}