Mass Tab Opener

This extension lets you copy and paste a list of URLs and open them all at once with the click of a button

Mass Tab Opener란 무엇입니까?

Mass Tab Opener은(는) http://alanchavez.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension lets you copy and paste a list of URLs and open them all at once with the click of a button"입니다.

Mass Tab Opener 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        This extension lets you open paste a list of URLs into a text box and open them all at once.                    

확장 프로그램 기본 정보

이름 Mass Tab Opener Mass Tab Opener
ID doahaifnoffnjdjennkioahobkkjfmga
공식 URL https://chrome.google.com/webstore/detail/mass-tab-opener/doahaifnoffnjdjennkioahobkkjfmga
설명 This extension lets you copy and paste a list of URLs and open them all at once with the click of a button
파일 크기 626 KB
설치 횟수 225
현재 버전 1.0.1
최근 업데이트 2014-02-07
출시 날짜 2014-02-07
평점 4.40/5 총 5 개의 평점
개발자 http://alanchavez.com
결제 유형 free
확장 프로그램 웹 사이트 http://alanchavez.com
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Mass Tab Opener",
    "manifest_version": 2,
    "description": "This extension lets you copy and paste a list of URLs and open them all at once with the click of a button",
    "version": "1.0.1",
    "permissions": [
        "tabs",
        "notifications"
    ],
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "browser_action": {
        "default_icon": "img\/icon16.png",
        "default_popup": "popup.html"
    },
    "web_accessible_resources": [
        "img\/icon.png",
        "img\/warning.png"
    ],
    "author": "Alan Chavez "
}