Webpage Rotator

A handy Chrome extension that lets you rotate any webpage in increments of 90 degrees, each time you click the extension button.…

What is Webpage Rotator?

Webpage Rotator is a Chrome extension developed by William Jiamin, and its main feature is "A handy Chrome extension that lets you rotate any webpage in increments of 90 degrees, each time you click the extension button.…".

Extension Screenshots

screenshot

Download Webpage Rotator Extension CRX File

Download Webpage Rotator extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Webpage Rotator Webpage Rotator
ID kbgnmligkgbfigdjdjdahpgmklejinjn
Official URL https://chromewebstore.google.com/detail/webpage-rotator/kbgnmligkgbfigdjdjdahpgmklejinjn
Description A handy Chrome extension that lets you rotate any webpage in increments of 90 degrees, each time you click the extension button.…
File Size 321 KB
Installation Count 1,560
Current Version 1.0
Last Updated 2023-06-09
Publish Date 2023-06-08
Rating 4.33/5 Total 6 Ratings
Developer William Jiamin
Email [email protected]
Payment Type free
Supported Languages 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"
    }
}