Pa3BoPoT Lite

The plugin turns entire web page 90 degree clockwise every time the button is pressed. Quite simple feature which is badly…

Co to jest Pa3BoPoT Lite?

Pa3BoPoT Lite to rozszerzenie Chrome opracowane przez https://andynik.com, a jego główną funkcją jest „The plugin turns entire web page 90 degree clockwise every time the button is pressed. Quite simple feature which is badly…”.

Zrzuty ekranu rozszerzenia

Pobierz plik CRX rozszerzenia Pa3BoPoT Lite

Pobierz pliki rozszerzeń Pa3BoPoT Lite 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

                        The plugin turns entire web page 90 degree clockwise every time the button is pressed. Quite simple feature which is badly overlooked by the great company.

For personal use only.

For PRO version please contact me at [email protected] or https://t.me/andy_nik

Benefits of PRO version:
* Overridden keyboard keys according to screen orientation
* Overridden scroll actions according to screen orientation
* Settings page for web sites presets
* Preset screen orientation upon web page initial load
* Context menu (right click) rotation
* Feature requests implementation
* Enterprise support, prompt bug fixes
* Pluses to karma

Thank you a bunch for supporting the project! May the Force be with you.                    

Podstawowe informacje o rozszerzeniu

Nazwa Pa3BoPoT Lite Pa3BoPoT Lite
ID fngmoalpcoghpfgpleaeeppfgbbajicc
Oficjalny URL https://chromewebstore.google.com/detail/pa3bopot-lite/fngmoalpcoghpfgpleaeeppfgbbajicc
Opis The plugin turns entire web page 90 degree clockwise every time the button is pressed. Quite simple feature which is badly…
Rozmiar pliku 21.16 KB
Liczba instalacji 381
Aktualna Wersja 1.44
Ostatnia Aktualizacja 2023-12-14
Data Publikacji 2020-01-13
Ocena 4.60/5 Łącznie 10 Oceny
Deweloper https://andynik.com
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",
    "name": "Pa3BoPoT Lite",
    "version": "1.44",
    "manifest_version": 3,
    "background": {
        "service_worker": "bg.js"
    },
    "action": {
        "default_title": "Pa3BoPoT",
        "default_icon": "icon-128.png"
    },
    "icons": {
        "128": "icon-128.png",
        "64": "icon-64.png",
        "32": "icon-32.png",
        "16": "icon-16.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "workload.js"
            ]
        }
    ],
    "permissions": [
        "storage"
    ]
}