Where is my tab?

Search in tabs.

ما هو Where is my tab?؟

Where is my tab? هو إضافة Chrome تم تطويرها بواسطة Michal Fabry، والميزة الرئيسية لها هي "Search in tabs.".

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

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Where is my tab?

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

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

                        "Where is my tab?" is searching for tabs through all your opened windows. It is looking for keywords in the title and the url.

You can assign a keyboard shortcut to the extension for quick access (e.g. Ctrl + Shift + F):
- go to chrome://extensions/
- on the bottom of the page, click on "Configure commands" link
- assign the keyboard shortcut for "Where is my tab?" extension

Where is my tab? has been released under the license GNU GPLv3. Source code is available on https://github.com/furbos/where-is-my-tab                    

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

الاسم Where is my tab? Where is my tab?
ID bllfmidjjfmafmfoiobkkcjkcddccngp
عنوان URL الرسمي https://chromewebstore.google.com/detail/where-is-my-tab/bllfmidjjfmafmfoiobkkcjkcddccngp
الوصف Search in tabs.
حجم الملف 35.11 KB
عدد التثبيتات 67
النسخة الحالية 1.1
آخر تحديث 2013-02-21
تاريخ النشر 2013-02-21
تقييم 5.00/5 مجموع تقييمات 4
المطور Michal Fabry
نوع الدفع free
موقع الإضافة https://github.com/furbos/where-is-my-tab
عنوان صفحة المساعدة https://github.com/furbos/where-is-my-tab/issues
اللغات المدعومة en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Where is my tab?",
    "version": "1.1",
    "manifest_version": 2,
    "description": "Search in tabs.",
    "icons": {
        "16": "media\/icon16.png",
        "48": "media\/icon48.png",
        "128": "media\/icon128.png"
    },
    "browser_action": {
        "default_icon": "media\/icon19.png",
        "default_title": "Where is my tab?",
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs"
    ],
    "content_security_policy": "script-src 'self'; object-src 'self'"
}