Wheel Tilt History Navigator

Navigate in the history by tilting the mouse wheel.

ما هو Wheel Tilt History Navigator؟

Wheel Tilt History Navigator هو إضافة Chrome تم تطويرها بواسطة Jiri Tyr، والميزة الرئيسية لها هي "Navigate in the history by tilting the mouse wheel.".

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

screenshot

تحميل ملف CRX للإضافة Wheel Tilt History Navigator

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

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

                        If you have a mouse which has the tilt functionality on its wheel, then this extension allows you to navigate in the history by tilting the mouse wheel.                    

معلومات أساسية عن التمديد

الاسم Wheel Tilt History Navigator Wheel Tilt History Navigator
ID fdhiicnjgagpikbdgonbgmompjgnnbnb
عنوان URL الرسمي https://chromewebstore.google.com/detail/wheel-tilt-history-naviga/fdhiicnjgagpikbdgonbgmompjgnnbnb
الوصف Navigate in the history by tilting the mouse wheel.
حجم الملف 23.05 KB
عدد التثبيتات 16
النسخة الحالية 1.2
آخر تحديث 2013-09-30
تاريخ النشر 2013-09-30
تقييم 3.14/5 مجموع تقييمات 7
المطور Jiri Tyr
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Wheel Tilt History Navigator",
    "version": "1.2",
    "description": "Navigate in the history by tilting the mouse wheel.",
    "icons": {
        "48": "icons\/icon-48.png",
        "128": "icons\/icon-128.png"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "scripts\/contentscript.js"
            ]
        }
    ]
}