Webpage Rotator

A handy Chrome extension that lets you rotate any webpage in increments of 90 degrees, each time you click the extension button.…

Co to jest Webpage Rotator?

Webpage Rotator to rozszerzenie Chrome opracowane przez William Jiamin, a jego główną funkcją jest „A handy Chrome extension that lets you rotate any webpage in increments of 90 degrees, each time you click the extension button.…”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Webpage Rotator

Pobierz pliki rozszerzeń Webpage Rotator w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Webpage Rotator Webpage Rotator
ID kbgnmligkgbfigdjdjdahpgmklejinjn
Oficjalny URL https://chromewebstore.google.com/detail/webpage-rotator/kbgnmligkgbfigdjdjdahpgmklejinjn
Opis A handy Chrome extension that lets you rotate any webpage in increments of 90 degrees, each time you click the extension button.…
Rozmiar pliku 321 KB
Liczba instalacji 1,560
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2023-06-09
Data Publikacji 2023-06-08
Ocena 4.33/5 Łącznie 6 Oceny
Deweloper William Jiamin
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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"
    }
}