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是由William Jiamin開發的Chrome擴展程式,該擴展的主要功能是“A handy Chrome extension that lets you rotate any webpage in increments of 90 degrees, each time you click the extension button.…”。

擴展截圖

screenshot

下載Webpage Rotator擴展crx文件

下載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 Webpage Rotator
ID kbgnmligkgbfigdjdjdahpgmklejinjn
官方網址 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"
    }
}