Webpage Rotator
A handy Chrome extension that lets you rotate any webpage in increments of 90 degrees, each time you click the extension button.…
Что такое Webpage Rotator?
Webpage Rotator - это расширение Chrome, разработанное William Jiamin, и его основная функция - "A handy Chrome extension that lets you rotate any webpage in increments of 90 degrees, each time you click the extension button.…".
Снимки экрана расширения
Скачать файл CRX расширения Webpage Rotator
Скачайте файлы расширений Webpage Rotator в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
A handy Chrome extension that lets you rotate any webpage in increments of 90 degrees, each time you click the extension button. This tool is perfect for reading vertically oriented documents or images, or just for changing your browsing perspective.
Основная информация о расширении
Название | Webpage Rotator |
ID | kbgnmligkgbfigdjdjdahpgmklejinjn |
Официальный URL | https://chromewebstore.google.com/detail/webpage-rotator/kbgnmligkgbfigdjdjdahpgmklejinjn |
Описание | A handy Chrome extension that lets you rotate any webpage in increments of 90 degrees, each time you click the extension button.… |
Размер файла | 321 KB |
Количество установок | 1,560 |
Текущая Версия | 1.0 |
Последнее Обновление | 2023-06-09 |
Дата публикации | 2023-06-08 |
Рейтинг | 4.33/5 Всего 6 оценок |
Разработчик | William Jiamin |
Электронная почта | [email protected] |
Тип оплаты | free |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Webpage Rotator", "version": "1.0", "permissions": [ "activeTab", "scripting" ], "action": { "default_popup": "popup.html", "default_icon": { "48": "icon.png" } }, "background": { "service_worker": "background.js" } } |