Pa3BoPoT Lite

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

Was ist Pa3BoPoT Lite?

Pa3BoPoT Lite ist eine Chrome-Erweiterung, die von https://andynik.com entwickelt wurde, und ihr Hauptmerkmal ist "The plugin turns entire web page 90 degree clockwise every time the button is pressed. Quite simple feature which is badly…".

Erweiterungsscreenshots

Pa3BoPoT Lite-Erweiterungs-CRX-Datei herunterladen

Laden Sie Pa3BoPoT Lite-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Pa3BoPoT Lite Pa3BoPoT Lite
ID fngmoalpcoghpfgpleaeeppfgbbajicc
Offizielle URL https://chromewebstore.google.com/detail/pa3bopot-lite/fngmoalpcoghpfgpleaeeppfgbbajicc
Beschreibung The plugin turns entire web page 90 degree clockwise every time the button is pressed. Quite simple feature which is badly…
Dateigröße 21.16 KB
Installationsanzahl 381
Aktuelle Version 1.44
Letztes Update 2023-12-14
Veröffentlichungsdatum 2020-01-13
Bewertung 4.60/5 Insgesamt 10 Bewertungen
Entwickler https://andynik.com
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
    ]
}