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
    }
}