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 هو إضافة Chrome تم تطويرها بواسطة William Jiamin، والميزة الرئيسية لها هي "A handy Chrome extension that lets you rotate any webpage in increments of 90 degrees, each time you click the extension button.…".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Webpage Rotator

قم بتنزيل ملفات الامتداد Webpage Rotator بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
البريد الإلكتروني [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"
    }
}