Smart Tabs
Creating a smarter way to use tabs to avoid overload
Qu'est-ce que Smart Tabs ?
Smart Tabs est une extension Chrome développée par jackyangdevelop, et sa fonction principale est "Creating a smarter way to use tabs to avoid overload".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Smart Tabs
Téléchargez les fichiers d'extension Smart Tabs au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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!
Informations de Base sur l'Extension
Nom | |
ID | ggemmfhppfjlegiddimjiedokodjpkkb |
URL Officiel | https://chrome.google.com/webstore/detail/smart-tabs/ggemmfhppfjlegiddimjiedokodjpkkb |
Description | Creating a smarter way to use tabs to avoid overload |
Taille du Fichier | 7.43 KB |
Nombre d'Installations | 34 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2016-02-14 |
Date de Publication | 2016-02-14 |
Évaluation | 3.67/5 Total 3 Évaluations |
Développeur | jackyangdevelop |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/jackyang127/Smart-Tabs |
Langues Prises en Charge | 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" ] } } |