Webpage Rotator

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

Cos'è Webpage Rotator?

Webpage Rotator è un'estensione di Chrome sviluppata da William Jiamin, e la sua funzione principale è "A handy Chrome extension that lets you rotate any webpage in increments of 90 degrees, each time you click the extension button.…".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Webpage Rotator

Scarica i file di estensione Webpage Rotator in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Webpage Rotator Webpage Rotator
ID kbgnmligkgbfigdjdjdahpgmklejinjn
URL Ufficiale https://chromewebstore.google.com/detail/webpage-rotator/kbgnmligkgbfigdjdjdahpgmklejinjn
Descrizione A handy Chrome extension that lets you rotate any webpage in increments of 90 degrees, each time you click the extension button.…
Dimensione del File 321 KB
Conteggio Installazioni 1,560
Versione Corrente 1.0
Ultimo Aggiornamento 2023-06-09
Data di Pubblicazione 2023-06-08
Valutazione 4.33/5 Totale 6 Valutazioni
Sviluppatore William Jiamin
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
    }
}