Tab Corral

The time has come to stop letting the tabs run wild. Put them in the corral and take your life back from too many tabs

ما هو Tab Corral؟

Tab Corral هو إضافة Chrome تم تطويرها بواسطة jarrod.c.taylor، والميزة الرئيسية لها هي "The time has come to stop letting the tabs run wild. Put them in the corral and take your life back from too many tabs".

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

screenshot
screenshot

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

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

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

                        There is a gray area for tabs that lives between closing forever and bookmarking forever. That is where the tab corral comes in handy. Store some or all of your currently open tabs in the corral then feel confident in closing them and freeing up system resources knowing that they will be there to open back up when you are ready for them.                    

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

الاسم Tab Corral Tab Corral
ID cmejefjgkofcbgcmfdniholfihbbfpef
عنوان URL الرسمي https://chrome.google.com/webstore/detail/tab-corral/cmejefjgkofcbgcmfdniholfihbbfpef
الوصف The time has come to stop letting the tabs run wild. Put them in the corral and take your life back from too many tabs
حجم الملف 83.61 KB
عدد التثبيتات 55
النسخة الحالية 0.1.0
آخر تحديث 2016-06-03
تاريخ النشر 2016-06-03
تقييم 5.00/5 مجموع تقييمات 1
المطور jarrod.c.taylor
نوع الدفع free
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Tab Corral",
    "author": "Jarrod C Taylor",
    "short_name": "Tab Corral",
    "description": "The time has come to stop letting the tabs run wild. Put them in the corral and take your life back from too many tabs",
    "version": "0.1.0",
    "permissions": [
        "tabs",
        "storage",
        "activeTab"
    ],
    "icons": {
        "16": "img\/corral16.png",
        "48": "img\/corral48.png",
        "128": "img\/corral128.png"
    },
    "browser_action": {
        "default_icon": "img\/corral.png",
        "default_popup": "popup.html",
        "default_title": "Tab Corral"
    }
}