Tab search

Search your tabs and switch using the keyboard

ما هو Tab search؟

Tab search هو إضافة Chrome تم تطويرها بواسطة robert.anderberg، والميزة الرئيسية لها هي "Search your tabs and switch using the keyboard".

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

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

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

                        Hit Ctrl-Y to search all titles, urls and content of all open tabs, select a tab with up/down arrow keys, and hit enter to switch.

What's New?
-----------


If you're switching to a tab in another window, bring that window to the front.                    

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

الاسم Tab search Tab search
ID kackhdbfodjglfgdmjkjmjmoohbgcagf
عنوان URL الرسمي https://chrome.google.com/webstore/detail/tab-search/kackhdbfodjglfgdmjkjmjmoohbgcagf
الوصف Search your tabs and switch using the keyboard
حجم الملف 138 KB
عدد التثبيتات 91
النسخة الحالية 1.0.2
آخر تحديث 2014-01-28
تاريخ النشر 2014-01-28
تقييم 5.00/5 مجموع تقييمات 1
المطور robert.anderberg
نوع الدفع free
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Tab search",
    "description": "Search your tabs and switch using the keyboard",
    "version": "1.0.2",
    "permissions": [
        "tabs",
        "history"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "contentScript.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Ctrl+Y"
            }
        }
    }
}