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はhttps://andynik.comによって開発されたChromeの拡張機能で、その主な機能は「The plugin turns entire web page 90 degree clockwise every time the button is pressed. Quite simple feature which is badly…」です。

拡張機能のスクリーンショット

Pa3BoPoT Lite拡張機能のCRXファイルをダウンロード

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
Eメール [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"
    ]
}