Link buncher

Open multiple links at once

What is Link buncher?

Link buncher is a Chrome extension developed by Vladimir Vakhromeev, and its main feature is "Open multiple links at once".

Extension Screenshots

screenshot
screenshot
screenshot

Download Link buncher Extension CRX File

Download Link buncher extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Link buncher Link buncher
ID bbmlifefgoaaclfbpoomgpapopblpflc
Official URL https://chrome.google.com/webstore/detail/link-buncher/bbmlifefgoaaclfbpoomgpapopblpflc
Description Open multiple links at once
File Size 11.35 KB
Installation Count 620
Current Version 0.5
Last Updated 2015-11-16
Publish Date 2015-11-16
Rating 3.67/5 Total 9 Ratings
Developer Vladimir Vakhromeev
Payment Type free
Extension Website https://github.com/SleepingWhale/Link-buncher
Supported Languages 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
    }
}