Find My Tab

This extension will help you find your tab accross multiple windows.

ما هو Find My Tab؟

Find My Tab هو إضافة Chrome تم تطويرها بواسطة Harshad Mane، والميزة الرئيسية لها هي "This extension will help you find your tab accross multiple windows.".

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

screenshot
screenshot

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

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

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

                        This extension will help you find your tab accross multiple windows. 
Listing of all tabs will appear when you click on extension button. 
Then you can search by typing. 

Use Tab button to navigate in following list and hit Enter button to open the highlighted tab in list.

Developed by Harshad Mane, [email protected]                    

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

الاسم Find My Tab Find My Tab
ID kfjkbejnhfkijofhgjkbgaipejcabmma
عنوان URL الرسمي https://chromewebstore.google.com/detail/find-my-tab/kfjkbejnhfkijofhgjkbgaipejcabmma
الوصف This extension will help you find your tab accross multiple windows.
حجم الملف 133 KB
عدد التثبيتات 21
النسخة الحالية 1.3
آخر تحديث 2017-04-06
تاريخ النشر 2017-04-06
تقييم 4.36/5 مجموع تقييمات 14
المطور Harshad Mane
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Find My Tab",
    "description": "This extension will help you find your tab accross multiple windows.",
    "version": "1.3",
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'",
    "browser_action": {
        "default_icon": "fmt.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs"
    ]
}