Tab Bundle

Have greater control over your bookmarks by marking them as active or inactive.

O que é Tab Bundle?

Tab Bundle é uma extensão do Chrome desenvolvida por Raj Vardhan, e sua principal característica é "Have greater control over your bookmarks by marking them as active or inactive.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Tab Bundle

Baixe arquivos de extensão Tab Bundle 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

                        This extension lets you mark your bookmarks as either active or inactive. Hence giving a new STATUS feature to your bookmarks.

Active bookmarks are highlighted in the popup menu so that they are visually distinct from inactive bookmarks. 

This extension also allows you to open all active bookmarks within a group(folder) in new tabs with a single click of a button. This is why it is named 'Tab bundle'.

[Usage Example]
There can be different scenarios for the use of this extension:

1. Say, if you have 5 bookmarked links under folder 'Social Media', you may want to mark some of them as active to highlight the ones you visit more often. Links that you visit less often will be left marked inactive which is the default value.

2. Say, you are working on a project. You make a new folder 'work' and add relevant links to it as bookmarks. Now if you want to continue your work the next day, before closing the browser you can mark those bookmarks as active which you want to come back and open again tomorrow. They will be highlighted when you open Chrome the next day until you mark them as inactive. 

Bookmarks can also be edited or deleted.

This way you have much greater control over your bookmarks and it is easier to manage them.

[Something to Note]
Note that this extension is meant only to extend the properties of a bookmark and associate a status(active or inactive) value with it.

To make full use of this, it is recommended that you organize your bookmarks into categories like (music, newz, work, etc) using Chrome's 'Bookmarks manager'. 

You can then at any time see your bookmarks in a tree-type structure in the extension's Popup UI. Status of any bookmark can be toggled by click of a button.                    

Informações Básicas da Extensão

Nome Tab Bundle Tab Bundle
ID opglbdmblimolebijlohmopkjgnndbmk
URL Oficial https://chromewebstore.google.com/detail/tab-bundle/opglbdmblimolebijlohmopkjgnndbmk
Descrição Have greater control over your bookmarks by marking them as active or inactive.
Tamanho do Arquivo 83.86 KB
Contagem de Instalações 81
Versão Atual 1.0
Última Atualização 2013-07-05
Data de Publicação 2013-07-05
Classificação 4.00/5 Total de 1 Avaliações
Desenvolvedor Raj Vardhan
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Tab Bundle",
    "version": "1.0",
    "description": "Have greater control over your bookmarks by marking them as active or inactive.",
    "permissions": [
        "bookmarks",
        "tabs",
        "storage"
    ],
    "browser_action": {
        "default_title": "Tab Bundle",
        "default_icon": "icon16.png",
        "default_popup": "popup.html"
    },
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'"
}