Pa3BoPoT Lite

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

Τι είναι το Pa3BoPoT Lite;

Το Pa3BoPoT Lite είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://andynik.com, και η κύρια λειτουργία του είναι "The plugin turns entire web page 90 degree clockwise every time the button is pressed. Quite simple feature which is badly…".

Στιγμιότυπα Επέκτασης

Λήψη αρχείου CRX της επέκτασης Pa3BoPoT Lite

Λήψη αρχείων επέκτασης Pa3BoPoT Lite σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Pa3BoPoT Lite Pa3BoPoT Lite
ID fngmoalpcoghpfgpleaeeppfgbbajicc
Επίσημο URL https://chromewebstore.google.com/detail/pa3bopot-lite/fngmoalpcoghpfgpleaeeppfgbbajicc
Περιγραφή The plugin turns entire web page 90 degree clockwise every time the button is pressed. Quite simple feature which is badly…
Μέγεθος Αρχείου 21.16 KB
Αριθμός Εγκαταστάσεων 381
Τρέχουσα Έκδοση 1.44
Τελευταία Ενημέρωση 2023-12-14
Ημερομηνία Δημοσίευσης 2020-01-13
Αξιολόγηση 4.60/5 Συνολικά 10 Αξιολογήσεις
Προγραμματιστής https://andynik.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες 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"
    ]
}