Webpage Rotator
A handy Chrome extension that lets you rotate any webpage in increments of 90 degrees, each time you click the extension button.…
Webpage Rotatorคืออะไร?
Webpage Rotator เป็นส่วนขยายของ Chrome ที่พัฒนาโดย William Jiamin และคุณลักษณะหลักของมันคือ "A handy Chrome extension that lets you rotate any webpage in increments of 90 degrees, each time you click the extension button.…"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Webpage Rotator
ดาวน์โหลดไฟล์ส่วนขยาย Webpage Rotator ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
A handy Chrome extension that lets you rotate any webpage in increments of 90 degrees, each time you click the extension button. This tool is perfect for reading vertically oriented documents or images, or just for changing your browsing perspective.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Webpage Rotator |
ID | kbgnmligkgbfigdjdjdahpgmklejinjn |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/webpage-rotator/kbgnmligkgbfigdjdjdahpgmklejinjn |
คำอธิบาย | A handy Chrome extension that lets you rotate any webpage in increments of 90 degrees, each time you click the extension button.… |
ขนาดไฟล์ | 321 KB |
จำนวนการติดตั้ง | 1,560 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2023-06-09 |
วันที่เผยแพร่ | 2023-06-08 |
คะแนน | 4.33/5 รวมทั้งหมด 6 คะแนน |
ผู้พัฒนา | William Jiamin |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Webpage Rotator", "version": "1.0", "permissions": [ "activeTab", "scripting" ], "action": { "default_popup": "popup.html", "default_icon": { "48": "icon.png" } }, "background": { "service_worker": "background.js" } } |