Batch Open Tabs

A chrome extension to batch open a group of urls into multiple tabs. Create a group of urls and click on the group url to open all…

Batch Open Tabsคืออะไร?

Batch Open Tabs เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Steven Tucci และคุณลักษณะหลักของมันคือ "A chrome extension to batch open a group of urls into multiple tabs. Create a group of urls and click on the group url to open all…"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Batch Open Tabs

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

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

                        A chrome extension to batch open a group of urls into multiple tabs.
Create a group of urls and click on the group url to open all of them in one shot.

Useful for when you open your browser and want to open all of your sites in one shot.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Batch Open Tabs Batch Open Tabs
ID dhlpdmccgohghiggecndfompkibjiegf
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/batch-open-tabs/dhlpdmccgohghiggecndfompkibjiegf
คำอธิบาย A chrome extension to batch open a group of urls into multiple tabs. Create a group of urls and click on the group url to open all…
ขนาดไฟล์ 46.82 KB
จำนวนการติดตั้ง 160
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2019-03-08
วันที่เผยแพร่ 2019-03-08
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา Steven Tucci
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Batch Open Tabs",
    "version": "1.0",
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "permissions": [
        "tabs",
        "storage"
    ]
}