Tab Search

Tab Search provides easy tab navigation, it enables searching open tabs using tab URLs and titles, shortcut - Ctrl/Cmd+.

ما هو Tab Search؟

Tab Search هو إضافة Chrome تم تطويرها بواسطة Tab Search Extension، والميزة الرئيسية لها هي "Tab Search provides easy tab navigation, it enables searching open tabs using tab URLs and titles, shortcut - Ctrl/Cmd+.".

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        Tab Search provides easy tab navigation, it enables searching open tabs using tab URLs and titles.

Ctrl/Cmd+. shortcut opens Tab Search popup. Use arrow keys to navigate the tabs and Enter to switch to the chosen tab.

The default keyboard shortcuts could be customized in chrome://extensions/shortcuts.

Changes in Tab Search 0.3
- Searching across tabs in all windows (as requested by many users)
- Changing default shortcut to Ctrl/Cmd+. since the previous one was tampering with Google Docs and Quip functionality.                    

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

الاسم Tab Search Tab Search
ID mgfejaiakfkkipbelelkcfbimnfjhebn
عنوان URL الرسمي https://chromewebstore.google.com/detail/tab-search/mgfejaiakfkkipbelelkcfbimnfjhebn
الوصف Tab Search provides easy tab navigation, it enables searching open tabs using tab URLs and titles, shortcut - Ctrl/Cmd+.
حجم الملف 16.15 KB
عدد التثبيتات 7,128
النسخة الحالية 0.3
آخر تحديث 2020-01-21
تاريخ النشر 2020-01-21
تقييم 3.89/5 مجموع تقييمات 38
المطور Tab Search Extension
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Tab Search",
    "description": "__MSG_description__",
    "default_locale": "en",
    "version": "0.3",
    "icons": {
        "128": "img\/icon128.png",
        "16": "img\/icon16.png",
        "48": "img\/icon48.png"
    },
    "permissions": [
        "tabs"
    ],
    "browser_action": {
        "default_icon": {
            "128": "img\/icon128.png",
            "16": "img\/icon16.png",
            "48": "img\/icon48.png"
        },
        "default_popup": "popup.html",
        "default_title": "__MSG_tabsearch_button_details__"
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Ctrl + Period"
            },
            "description": "Open Tab Search"
        }
    }
}