Webpage Rotator

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

Qu'est-ce que Webpage Rotator ?

Webpage Rotator est une extension Chrome développée par William Jiamin, et sa fonction principale est "A handy Chrome extension that lets you rotate any webpage in increments of 90 degrees, each time you click the extension button.…".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Webpage Rotator

Téléchargez les fichiers d'extension Webpage Rotator au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Webpage Rotator Webpage Rotator
ID kbgnmligkgbfigdjdjdahpgmklejinjn
URL Officiel 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.…
Taille du Fichier 321 KB
Nombre d'Installations 1,560
Version Actuelle 1.0
Dernière Mise à Jour 2023-06-09
Date de Publication 2023-06-08
Évaluation 4.33/5 Total 6 Évaluations
Développeur William Jiamin
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    }
}