Mirror Page

Mirrors the page when you click the icon

Mirror Pageคืออะไร?

Mirror Page เป็นส่วนขยายของ Chrome ที่พัฒนาโดย gnsd.tc และคุณลักษณะหลักของมันคือ "Mirrors the page when you click the icon"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Mirror Page

ดาวน์โหลดไฟล์ส่วนขยาย Mirror Page ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Simple app for using Chrome with your teleprompter. Vertically flips (mirrors) the contents of the page. (Does not support all websites (for example YouTube) and does not support scrolling).                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Mirror Page Mirror Page
ID fmifopjhkndcffjjdglomeipmgdkoaeo
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/mirror-page/fmifopjhkndcffjjdglomeipmgdkoaeo
คำอธิบาย Mirrors the page when you click the icon
ขนาดไฟล์ 3.18 KB
จำนวนการติดตั้ง 740
เวอร์ชันปัจจุบัน 0.1
อัปเดตครั้งล่าสุด 2021-06-12
วันที่เผยแพร่ 2021-06-12
คะแนน 2.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา gnsd.tc
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://www.gnsd.tc/p/privacy-policy.html
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Mirror Page",
    "action": [],
    "manifest_version": 3,
    "version": "0.1",
    "description": "Mirrors the page when you click the icon",
    "permissions": [
        "activeTab",
        "scripting"
    ],
    "background": {
        "service_worker": "background.js"
    }
}