Tab Opener

Open multiple tabs from wildcard (*) 's URL by configurable start page and end page.

Tab Opener란 무엇입니까?

Tab Opener은(는) pinyosky에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Open multiple tabs from wildcard (*) 's URL by configurable start page and end page."입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        This is an application that can open tab using wildcard url.

If you realized that you needs to open some specific urls in multiple pages and did not want to click all the link to open each page. This application could help you. 


Below are examples of using this extension.
Let imagine that you need to open www.engadget.com/ from page 1 to 10.

URL with (*)  : http://www.engadget.com/page/(*)
Start page : 1
End page : 3
Then , when you click "Open it" button. Program will automatically open the following pages
http://www.engadget.com/page/1
http://www.engadget.com/page/2
http://www.engadget.com/page/3


Moreover, if tab opener can not find wildcard (*) characters it will pad page number at the end of each URL for example.
URL : http://www.skyscrapercity.com/showthread.php?t=402544&page=
Start page : 1
End page : 5
Then , when you click "Open it" button. Program will automatically open the following pages.
http://www.skyscrapercity.com/showthread.php?t=402544&page=1
http://www.skyscrapercity.com/showthread.php?t=402544&page=2
http://www.skyscrapercity.com/showthread.php?t=402544&page=3
http://www.skyscrapercity.com/showthread.php?t=402544&page=4
http://www.skyscrapercity.com/showthread.php?t=402544&page=5



Updated for Version 1.0.0.10 or later:
User can use *** as wildcard characters too.

If you like my work , buy me a beer.
https://sites.google.com/site/pinyosky/donation-page                    

확장 프로그램 기본 정보

이름 Tab Opener Tab Opener
ID hgamfdaglcaalcokanmikkcipmlibben
공식 URL https://chromewebstore.google.com/detail/tab-opener/hgamfdaglcaalcokanmikkcipmlibben
설명 Open multiple tabs from wildcard (*) 's URL by configurable start page and end page.
파일 크기 5.24 KB
설치 횟수 728
현재 버전 1.0.0.11
최근 업데이트 2022-04-14
출시 날짜 2017-12-17
평점 3.43/5 총 7 개의 평점
개발자 pinyosky
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Tab Opener",
    "version": "1.0.0.11",
    "manifest_version": 3,
    "description": "Open multiple tabs from wildcard (*) 's URL by configurable start page and end page.",
    "action": {
        "default_icon": {
            "19": "icon.png"
        },
        "default_title": "Tab Opener",
        "default_popup": "mainpage.html"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    }
}