Smart Tabs
Creating a smarter way to use tabs to avoid overload
Was ist Smart Tabs?
Smart Tabs ist eine Chrome-Erweiterung, die von jackyangdevelop entwickelt wurde, und ihr Hauptmerkmal ist "Creating a smarter way to use tabs to avoid overload".
Erweiterungsscreenshots
Smart Tabs-Erweiterungs-CRX-Datei herunterladen
Laden Sie Smart Tabs-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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!
Grundlegende Informationen zur Erweiterung
Name | |
ID | ggemmfhppfjlegiddimjiedokodjpkkb |
Offizielle URL | https://chrome.google.com/webstore/detail/smart-tabs/ggemmfhppfjlegiddimjiedokodjpkkb |
Beschreibung | Creating a smarter way to use tabs to avoid overload |
Dateigröße | 7.43 KB |
Installationsanzahl | 34 |
Aktuelle Version | 1.0 |
Letztes Update | 2016-02-14 |
Veröffentlichungsdatum | 2016-02-14 |
Bewertung | 3.67/5 Insgesamt 3 Bewertungen |
Entwickler | jackyangdevelop |
Zahlungsart | free |
Erweiterungswebsite | https://github.com/jackyang127/Smart-Tabs |
Unterstützte Sprachen | 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" ] } } |