Tab Control

Helps users to manage their tabs... especially during exam season!

ما هو Tab Control؟

Tab Control هو إضافة Chrome تم تطويرها بواسطة julie.xxue، والميزة الرئيسية لها هي "Helps users to manage their tabs... especially during exam season!".

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

screenshot

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

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

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

                        Extension that allows you to search through your open tabs.                    

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

الاسم Tab Control Tab Control
ID popmafmnbegjdlendkcciihndkolkkek
عنوان URL الرسمي https://chrome.google.com/webstore/detail/tab-control/popmafmnbegjdlendkcciihndkolkkek
الوصف Helps users to manage their tabs... especially during exam season!
حجم الملف 157 KB
عدد التثبيتات 23
النسخة الحالية 1.0.1
آخر تحديث 2016-01-15
تاريخ النشر 2016-01-15
تقييم 5.00/5 مجموع تقييمات 1
المطور julie.xxue
نوع الدفع free
موقع الإضافة https://github.com/ldreyes/Tab-Control
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Tab Control",
    "description": "Helps users to manage their tabs... especially during exam season!",
    "version": "1.0.1",
    "browser_action": {
        "default_icon": ".\/img\/tab.png",
        "default_popup": "popup.html",
        "default_title": "Tab-Control"
    },
    "permissions": [
        "tabs",
        "activeTab",
        "https:\/\/ajax.googleapis.com\/"
    ]
}