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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

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