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