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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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