Switch Tabs

The easiest way to switch tabs on Google Chrome.

ما هو Switch Tabs؟

Switch Tabs هو إضافة Chrome تم تطويرها بواسطة https://switchtabs.xyz، والميزة الرئيسية لها هي "The easiest way to switch tabs on Google Chrome.".

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

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Switch Tabs

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

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

                        Switch Tabs is the only extension that lets you easily preview opened tabs and switch between them quickly. 

- Press Alt + X to jump to the previous tab
- Press Alt + C to go to the next tab

Or 

- Use Alt + the keyboard arrows (←, →, ↑, ↓)
- or click with the mouse cursor to select tabs directly.

Enjoy!                    

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

الاسم Switch Tabs Switch Tabs
ID idiomkjpboogdmkpndeepnkldhbpnnpb
عنوان URL الرسمي https://chromewebstore.google.com/detail/switch-tabs/idiomkjpboogdmkpndeepnkldhbpnnpb
الوصف The easiest way to switch tabs on Google Chrome.
حجم الملف 307 KB
عدد التثبيتات 1,520
النسخة الحالية 0.1
آخر تحديث 2017-04-16
تاريخ النشر 2017-04-15
تقييم 2.64/5 مجموع تقييمات 36
المطور https://switchtabs.xyz
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة http://switchtabs.xyz
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Switch Tabs",
    "short_name": "Switch Tabs",
    "description": "The easiest way to switch tabs on Google Chrome.",
    "version": "0.1",
    "browser_action": {
        "default_icon": "images\/icon.png",
        "default_title": "Switch Tabs"
    },
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "css\/cs_styles.css"
            ],
            "js": [
                "libs\/jquery-1.12.0.min.js",
                "libs\/keypress-2.1.4.min.js",
                "libs\/lodash.js",
                "scripts\/config.js",
                "scripts\/actions.js",
                "scripts\/tools.js",
                "scripts\/cs_screenCapture.js",
                "scripts\/cs_bootstrap.js"
            ],
            "run_at": "document_end"
        }
    ],
    "background": {
        "scripts": [
            "libs\/lodash.js",
            "scripts\/config.js",
            "scripts\/actions.js",
            "scripts\/tools.js",
            "scripts\/bs_screenCapture.js",
            "scripts\/bs_main.js"
        ]
    },
    "permissions": [
        "activeTab",
        "tabs",
        ""
    ],
    "web_accessible_resources": [
        "css\/cs_styles.css",
        "libs\/lodash.js",
        "scripts\/config.js"
    ]
}