Smart Tabs
Creating a smarter way to use tabs to avoid overload
什麼是Smart Tabs?
Smart Tabs是由jackyangdevelop開發的Chrome擴展程式,該擴展的主要功能是“Creating a smarter way to use tabs to avoid overload”。
擴展截圖
下載Smart Tabs擴展crx文件
下載Smart Tabs擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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!
擴展基本資訊
名稱 | |
ID | ggemmfhppfjlegiddimjiedokodjpkkb |
官方網址 | 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" ] } } |