Bulk URL Opener

Opens multiple URLs in one click

Bulk URL Openerคืออะไร?

Bulk URL Opener เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://hyrtutorials.com และคุณลักษณะหลักของมันคือ "Opens multiple URLs in one click"

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        Opens multiple URLs in one click

BULK URL Opener is an chrome extension which helps you in opening multiple URLs at just one click (in new tabs).

Usage:
Enter the list of URLs in the text area separated by new lines (each URL per line) or you could just click on "Get All Currently Opened Tab URLs" button to get the currently opened tab URLs.
Once the URLs are entered, click on "Open URLs" button.

The above mentioned usage instructions were basic usage instructions and you can do a lot more than just opening the URLs.

Key Features:
- Provides an option to open the multiple URLs at one click.
- Provides an option to save, load, edit/update and delete lists of URLs to provide an easier way to store and use a bulk amount of URLs.
- Allows the user to open each URL from the list of URLs with specific time delay before it opens the next URL.
- Focus opened tabs: Can focus on the tab which is opening at the moment.                    

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

ชื่อ Bulk URL Opener Bulk URL Opener
ID plebhjfgbokgojhikeoibipikgkclihp
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/bulk-url-opener/plebhjfgbokgojhikeoibipikgkclihp
คำอธิบาย Opens multiple URLs in one click
ขนาดไฟล์ 151 KB
จำนวนการติดตั้ง 1,706
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2020-10-17
วันที่เผยแพร่ 2020-10-17
คะแนน 3.86/5 รวมทั้งหมด 7 คะแนน
ผู้พัฒนา https://hyrtutorials.com
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Bulk URL Opener",
    "version": "1.0",
    "description": "Opens multiple URLs in one click",
    "icons": {
        "128": "images\/Logo.png"
    },
    "permissions": [
        "tabs",
        "storage"
    ],
    "background": {
        "page": "background.html",
        "persistent": true
    },
    "browser_action": {
        "default_icon": {
            "128": "images\/Logo.png"
        }
    },
    "manifest_version": 2
}