Smart Tabs
Creating a smarter way to use tabs to avoid overload
O que é Smart Tabs?
Smart Tabs é uma extensão do Chrome desenvolvida por jackyangdevelop, e sua principal característica é "Creating a smarter way to use tabs to avoid overload".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Smart Tabs
Baixe arquivos de extensão Smart Tabs no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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!
Informações Básicas da Extensão
Nome | |
ID | ggemmfhppfjlegiddimjiedokodjpkkb |
URL Oficial | https://chrome.google.com/webstore/detail/smart-tabs/ggemmfhppfjlegiddimjiedokodjpkkb |
Descrição | Creating a smarter way to use tabs to avoid overload |
Tamanho do Arquivo | 7.43 KB |
Contagem de Instalações | 34 |
Versão Atual | 1.0 |
Última Atualização | 2016-02-14 |
Data de Publicação | 2016-02-14 |
Classificação | 3.67/5 Total de 3 Avaliações |
Desenvolvedor | jackyangdevelop |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/jackyang127/Smart-Tabs |
Idiomas Suportados | 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" ] } } |