Smart Tabs

Creating a smarter way to use tabs to avoid overload

Smart Tabs là gì?

Smart Tabs là một tiện ích mở rộng Chrome được phát triển bởi jackyangdevelop, và tính năng chính của nó là "Creating a smarter way to use tabs to avoid overload".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Smart Tabs

Tải xuống các tệp mở rộng Smart Tabs dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Smart Tabs Smart Tabs
ID ggemmfhppfjlegiddimjiedokodjpkkb
URL Chính Thức https://chrome.google.com/webstore/detail/smart-tabs/ggemmfhppfjlegiddimjiedokodjpkkb
Mô tả Creating a smarter way to use tabs to avoid overload
Kích Thước Tệp 7.43 KB
Số Lần Cài Đặt 34
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2016-02-14
Ngày Phát Hành 2016-02-14
Đánh Giá 3.67/5 Tổng số 3 Đánh Giá
Nhà Phát Triển jackyangdevelop
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/jackyang127/Smart-Tabs
Ngôn Ngữ Được Hỗ Trợ 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"
        ]
    }
}