Open Multiple URLs

Extension for Opening Multiple URLs

Open Multiple URLsคืออะไร?

Open Multiple URLs เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Micha และคุณลักษณะหลักของมันคือ "Extension for Opening Multiple URLs"

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

screenshot

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

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

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

                        Small utility that allows you to open a list of URLs. It will also allow you to read the URLs from all tabs in the current browser window.                    

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

ชื่อ Open Multiple URLs Open Multiple URLs
ID bhedchkibbmbiomdmgiaihbmadppnnhc
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/open-multiple-urls/bhedchkibbmbiomdmgiaihbmadppnnhc
คำอธิบาย Extension for Opening Multiple URLs
ขนาดไฟล์ 20.58 KB
จำนวนการติดตั้ง 77
เวอร์ชันปัจจุบัน 2.0
อัปเดตครั้งล่าสุด 2022-05-18
วันที่เผยแพร่ 2018-02-17
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา Micha
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Open Multiple URLs",
    "version": "2.0",
    "description": "Extension for Opening Multiple URLs",
    "manifest_version": 3,
    "permissions": [
        "tabs"
    ],
    "action": {
        "default_icon": "urls16.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "urls16.png",
        "128": "urls128.png"
    }
}