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
官方網址 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"
    ]
}