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"
    ]
}