Open Multiple URLs

Open Multiple URLs in new tabs.

Open Multiple URLsคืออะไร?

Open Multiple URLs เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Romkaq และคุณลักษณะหลักของมันคือ "Open Multiple URLs in new tabs."

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

screenshot
screenshot
screenshot

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

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

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

                        Extension opens a list of URLs.
Bulk URL Opener extension.

"Open Multiple URLs" extension takes a list of web pages in plain-text format and opens them all in new tabs. Paste the list into the text area (one website address per line), click [Open] or [ Open in Incognito].

You can load URLs from .txt file.

You can download your URLs as .txt file.

Can create folder with urls as bookmarks.

Auto save input data.

Permissions:
- "Storage" permission in order to save user input;
- "Tabs" permission in order to get all opened URLs;
- "Downloads" permission in order allow you to download URLs as .txt.                    

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

ชื่อ Open Multiple URLs Open Multiple URLs
ID bjifbockcjbcfgbkmleodgdoiglcnenj
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/open-multiple-urls/bjifbockcjbcfgbkmleodgdoiglcnenj
คำอธิบาย Open Multiple URLs in new tabs.
ขนาดไฟล์ 14.81 KB
จำนวนการติดตั้ง 3,688
เวอร์ชันปัจจุบัน 1.5
อัปเดตครั้งล่าสุด 2022-06-18
วันที่เผยแพร่ 2021-08-22
คะแนน 5.00/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา Romkaq
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://rq-dev.github.io/chrome-extensions-privacy-policy
ภาษาที่รองรับ en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_name__",
    "description": "__MSG_description__",
    "version": "1.5",
    "icons": {
        "128": "icon128.png"
    },
    "action": {
        "default_title": "Open URLs",
        "default_popup": "popup.html"
    },
    "permissions": [
        "storage",
        "tabs",
        "downloads",
        "bookmarks"
    ],
    "incognito": "split",
    "default_locale": "en"
}