Link buncher

Open multiple links at once

O que é Link buncher?

Link buncher é uma extensão do Chrome desenvolvida por Vladimir Vakhromeev, e sua principal característica é "Open multiple links at once".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Link buncher

Baixe arquivos de extensão Link buncher 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

                        Extension allows to select multiple links and open them in one click.

using:
1. open web page
2. press extensions icon
3. press and hold Shift
4. move pointer over desirable links(they should get red frame)
5. release Shift
6. to open all selected links at once click any of red framed links                    

Informações Básicas da Extensão

Nome Link buncher Link buncher
ID bbmlifefgoaaclfbpoomgpapopblpflc
URL Oficial https://chrome.google.com/webstore/detail/link-buncher/bbmlifefgoaaclfbpoomgpapopblpflc
Descrição Open multiple links at once
Tamanho do Arquivo 11.35 KB
Contagem de Instalações 620
Versão Atual 0.5
Última Atualização 2015-11-16
Data de Publicação 2015-11-16
Classificação 3.67/5 Total de 9 Avaliações
Desenvolvedor Vladimir Vakhromeev
Tipo de Pagamento free
Site da Extensão https://github.com/SleepingWhale/Link-buncher
Idiomas Suportados en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "default_locale": "en",
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "version": "0.5",
    "author": "Vladimir Vakhromeev",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": "icon16.png",
        "default_title": "Link buncher"
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/",
        "https:\/\/*\/",
        "activeTab"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    }
}