Tab Opener

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

Tab Openerคืออะไร?

Tab Opener เป็นส่วนขยายของ Chrome ที่พัฒนาโดย pinyosky และคุณลักษณะหลักของมันคือ "Open multiple tabs from wildcard (*) 's URL by configurable start page and end page."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Tab Opener

ดาวน์โหลดไฟล์ส่วนขยาย Tab Opener ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

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