Smart Tabs
Creating a smarter way to use tabs to avoid overload
What is Smart Tabs?
Smart Tabs is a Chrome extension developed by jackyangdevelop, and its main feature is "Creating a smarter way to use tabs to avoid overload".
Extension Screenshots
Download Smart Tabs Extension CRX File
Download Smart Tabs extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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!
Extension Basic Information
Name | |
ID | ggemmfhppfjlegiddimjiedokodjpkkb |
Official URL | https://chrome.google.com/webstore/detail/smart-tabs/ggemmfhppfjlegiddimjiedokodjpkkb |
Description | Creating a smarter way to use tabs to avoid overload |
File Size | 7.43 KB |
Installation Count | 34 |
Current Version | 1.0 |
Last Updated | 2016-02-14 |
Publish Date | 2016-02-14 |
Rating | 3.67/5 Total 3 Ratings |
Developer | jackyangdevelop |
Payment Type | free |
Extension Website | https://github.com/jackyang127/Smart-Tabs |
Supported Languages | 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" ] } } |