Link buncher

Open multiple links at once

什么是Link buncher?

Link buncher是由Vladimir Vakhromeev开发的Chrome扩展程序,该扩展的主要功能是“Open multiple links at once”。

扩展截图

screenshot
screenshot
screenshot

下载Link buncher扩展crx文件

下载Link buncher扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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                    

扩展基本信息

名称 Link buncher Link buncher
ID bbmlifefgoaaclfbpoomgpapopblpflc
官方URL https://chrome.google.com/webstore/detail/link-buncher/bbmlifefgoaaclfbpoomgpapopblpflc
简介 Open multiple links at once
文件大小 11.35 KB
安装次数 620
当前版本 0.5
更新时间 2015-11-16
上架时间 2015-11-16
评分 3.67/5 共9次评分
开发者 Vladimir Vakhromeev
付费类型 free
扩展官网 https://github.com/SleepingWhale/Link-buncher
支持的语言 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
    }
}