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
公式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
Eメール [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"
    }
}