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…
Wat is Tab Heaven?
Tab Heaven is een Chrome-extensie ontwikkeld door iamnotnader, en de belangrijkste functie is "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…".
Extensie Screenshots
Download het CRX-bestand van de extensie Tab Heaven
Download Tab Heaven-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | |
ID | ajnlnlhcogajdhgjnnolclpcdoamfmlo |
Officiële URL | https://chrome.google.com/webstore/detail/tab-heaven/ajnlnlhcogajdhgjnnolclpcdoamfmlo |
Beschrijving | 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… |
Bestandsgrootte | 51.04 KB |
Aantal Installaties | 78 |
Huidige Versie | 0.2 |
Laatst Bijgewerkt | 2015-02-03 |
Publicatiedatum | 2015-02-03 |
Beoordeling | 4.30/5 Totaal 10 Beoordelingen |
Ontwikkelaar | iamnotnader |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } |