Tab Heaven
Stop having too many tabs open. Pin tabs you use all the time (like email and facebook), and let Tab Heaven handle the rest. You…
Qu'est-ce que Tab Heaven ?
Tab Heaven est une extension Chrome développée par iamnotnader, et sa fonction principale est "Stop having too many tabs open. Pin tabs you use all the time (like email and facebook), and let Tab Heaven handle the rest. You…".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Tab Heaven
Téléchargez les fichiers d'extension Tab Heaven 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
Stop having too many tabs open. Pin tabs you use all the time (like email and facebook), and let Tab Heaven handle the rest. You can set a maximum number of "unpinned" tabs you'd like to have open. If you open more than the max number of unpinned tabs, Tab Heaven will automatically close your least recently viewed unpinned tab, so you'll never get overloaded. Access pinned tabs using CTRL+1,2,3,4... hotkeys so you never have to use the mouse for your most important tabs. Tab Heaven is better than other extensions because it lets you pin tabs you use all the time and prevent them from autoclosing, which is crucial. Just right-click on a tab to pin it.
Informations de Base sur l'Extension
Nom | |
ID | ajnlnlhcogajdhgjnnolclpcdoamfmlo |
URL Officiel | https://chrome.google.com/webstore/detail/tab-heaven/ajnlnlhcogajdhgjnnolclpcdoamfmlo |
Description | Stop having too many tabs open. Pin tabs you use all the time (like email and facebook), and let Tab Heaven handle the rest. You… |
Taille du Fichier | 51.04 KB |
Nombre d'Installations | 78 |
Version Actuelle | 0.2 |
Dernière Mise à Jour | 2015-02-03 |
Date de Publication | 2015-02-03 |
Évaluation | 4.30/5 Total 10 Évaluations |
Développeur | iamnotnader |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Tab Heaven", "version": "0.2", "icons": { "128": "img\/icon256.png" }, "background": { "scripts": [ "js\/background.js" ] }, "browser_action": { "default_icon": "img\/icon256.png", "default_popup": "html\/popup.html" }, "permissions": [ "tabs" ] } |