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 là gì?

Webpage Rotator là một tiện ích mở rộng Chrome được phát triển bởi William Jiamin, và tính năng chính của nó là "A handy Chrome extension that lets you rotate any webpage in increments of 90 degrees, each time you click the extension button.…".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Webpage Rotator

Tải xuống các tệp mở rộng Webpage Rotator dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Webpage Rotator Webpage Rotator
ID kbgnmligkgbfigdjdjdahpgmklejinjn
URL Chính Thức https://chromewebstore.google.com/detail/webpage-rotator/kbgnmligkgbfigdjdjdahpgmklejinjn
Mô tả A handy Chrome extension that lets you rotate any webpage in increments of 90 degrees, each time you click the extension button.…
Kích Thước Tệp 321 KB
Số Lần Cài Đặt 1,560
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2023-06-09
Ngày Phát Hành 2023-06-08
Đánh Giá 4.33/5 Tổng số 6 Đánh Giá
Nhà Phát Triển William Jiamin
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}