Smart Tabs

Creating a smarter way to use tabs to avoid overload

ما هو Smart Tabs؟

Smart Tabs هو إضافة Chrome تم تطويرها بواسطة jackyangdevelop، والميزة الرئيسية لها هي "Creating a smarter way to use tabs to avoid overload".

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

screenshot

تحميل ملف CRX للإضافة Smart Tabs

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

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

                        Do you have a lot of tabs open on Chrome? Smart Tabs is the solution. This extension keeps track of which tabs on your browser are active, and which one's aren't. After a certain amount of time (30 minutes), inactive tabs will be terminated so that it will free up your browser of that extra clutter. However, you will still be able to access links to the sites of the closed tabs by clicking the Smart Tabs logo. 

This extension will improve the battery life of your by eliminating unneeded processes and it will make your browser much cleaner and organized.

This extension is open source, feel free to contribute and add suggestions!                    

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

الاسم Smart Tabs Smart Tabs
ID ggemmfhppfjlegiddimjiedokodjpkkb
عنوان URL الرسمي https://chrome.google.com/webstore/detail/smart-tabs/ggemmfhppfjlegiddimjiedokodjpkkb
الوصف Creating a smarter way to use tabs to avoid overload
حجم الملف 7.43 KB
عدد التثبيتات 34
النسخة الحالية 1.0
آخر تحديث 2016-02-14
تاريخ النشر 2016-02-14
تقييم 3.67/5 مجموع تقييمات 3
المطور jackyangdevelop
نوع الدفع free
موقع الإضافة https://github.com/jackyang127/Smart-Tabs
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Smart Tabs",
    "description": "Creating a smarter way to use tabs to avoid overload",
    "version": "1.0",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "tabs"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}