Taberang
Taberang lets you close a tab and have it automatically open again later. It's like Boomerang for your tabs!
O que é Taberang?
Taberang é uma extensão do Chrome desenvolvida por Nicky Hajal, e sua principal característica é "Taberang lets you close a tab and have it automatically open again later. It's like Boomerang for your tabs!".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Taberang
Baixe arquivos de extensão Taberang 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
Taberang let's you close a tab and have it automatically open again later. It's like Boomerang for your tabs! v 0.1 === - Tell a tab to re-open in minutes, hours or days v 0.3 === - Re-opened tabs can open in background or foreground - Desktop notification on re-open (or not!) v 0.4 === - Restore scroll position v 0.5 === - Improves support for multiple/closed windows
Informações Básicas da Extensão
Nome | |
ID | poejodidiefeblggimfehoamcdcgpgba |
URL Oficial | https://chromewebstore.google.com/detail/taberang/poejodidiefeblggimfehoamcdcgpgba |
Descrição | Taberang lets you close a tab and have it automatically open again later. It's like Boomerang for your tabs! |
Tamanho do Arquivo | 171 KB |
Contagem de Instalações | 21 |
Versão Atual | 0.5.1 |
Última Atualização | 2014-01-05 |
Data de Publicação | 2014-01-04 |
Classificação | 3.75/5 Total de 4 Avaliações |
Desenvolvedor | Nicky Hajal |
Tipo de Pagamento | free |
Site da Extensão | http://nickyhajal.com |
Idiomas Suportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Taberang", "version": "0.5.1", "manifest_version": 2, "description": "Taberang lets you close a tab and have it automatically open again later. It's like Boomerang for your tabs!", "icons": { "16": "icon16.png", "24": "icon24.png", "48": "icon48.png", "64": "icon64.png", "128": "icon128.png" }, "browser_action": { "default_icon": { "19": "icon19.png", "38": "icon38.png" }, "default_title": "Taberang", "default_popup": "popup.html" }, "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "content_scripts.js" ] } ], "permissions": [ "tabs", "storage", "notifications", "background", "http:\/\/*\/*", "https:\/\/*\/*" ] } |