Webpage Rotator

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

Wat is Webpage Rotator?

Webpage Rotator is een Chrome-extensie ontwikkeld door William Jiamin, en de belangrijkste functie is "A handy Chrome extension that lets you rotate any webpage in increments of 90 degrees, each time you click the extension button.…".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Webpage Rotator

Download Webpage Rotator-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Webpage Rotator Webpage Rotator
ID kbgnmligkgbfigdjdjdahpgmklejinjn
Officiële URL https://chromewebstore.google.com/detail/webpage-rotator/kbgnmligkgbfigdjdjdahpgmklejinjn
Beschrijving A handy Chrome extension that lets you rotate any webpage in increments of 90 degrees, each time you click the extension button.…
Bestandsgrootte 321 KB
Aantal Installaties 1,560
Huidige Versie 1.0
Laatst Bijgewerkt 2023-06-09
Publicatiedatum 2023-06-08
Beoordeling 4.33/5 Totaal 6 Beoordelingen
Ontwikkelaar William Jiamin
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    }
}