Fast Tab Switch

Switch tabs by selecting the screenshot of a tab.

ما هو Fast Tab Switch؟

Fast Tab Switch هو إضافة Chrome تم تطويرها بواسطة EagerLogic، والميزة الرئيسية لها هي "Switch tabs by selecting the screenshot of a tab.".

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

screenshot

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

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

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

                        If you are lost in lots of tabs than this extension is for you. Press Alt+T and you can switch tabs choosing its screenshot. It's lot faster than reading the name of the tabs.                    

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

الاسم Fast Tab Switch Fast Tab Switch
ID nahgoobilmipjlggkihbjjfkajalacje
عنوان URL الرسمي https://chrome.google.com/webstore/detail/fast-tab-switch/nahgoobilmipjlggkihbjjfkajalacje
الوصف Switch tabs by selecting the screenshot of a tab.
حجم الملف 216 KB
عدد التثبيتات 216
النسخة الحالية 1.1
آخر تحديث 2015-04-30
تاريخ النشر 2015-04-30
تقييم 4.17/5 مجموع تقييمات 6
المطور EagerLogic
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Fast Tab Switch",
    "description": "Switch tabs by selecting the screenshot of a tab.",
    "version": "1.1",
    "background": {
        "scripts": [
            "bg.js"
        ],
        "persistent": true
    },
    "icons": {
        "16": "logo_16.png",
        "32": "logo_32.png",
        "48": "logo_48.png",
        "64": "logo_64.png",
        "128": "logo_128.png"
    },
    "permissions": [
        "",
        "activeTab",
        "tabCapture",
        "tabs"
    ],
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Alt+T"
            }
        }
    },
    "browser_action": {
        "default_icon": "logo_32.png",
        "default_title": "Fast Tab Switch - Alt+T"
    }
}