Open Multiple URLs

Click the button, paste a few URLs. Easy

Open Multiple URLsคืออะไร?

Open Multiple URLs เป็นส่วนขยายของ Chrome ที่พัฒนาโดย mgriffiths และคุณลักษณะหลักของมันคือ "Click the button, paste a few URLs. Easy"

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

screenshot

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

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

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

                        Open multiple URLs by pasting them into a pop-up, separated by a new line.                    

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

ชื่อ Open Multiple URLs Open Multiple URLs
ID jdhbkpagniiaalpfemomikhcocblbhao
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/open-multiple-urls/jdhbkpagniiaalpfemomikhcocblbhao
คำอธิบาย Click the button, paste a few URLs. Easy
ขนาดไฟล์ 125 KB
จำนวนการติดตั้ง 946
เวอร์ชันปัจจุบัน 0.0.1
อัปเดตครั้งล่าสุด 2016-06-30
วันที่เผยแพร่ 2016-06-30
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา mgriffiths
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Open Multiple URLs",
    "version": "0.0.1",
    "manifest_version": 2,
    "description": "Click the button, paste a few URLs.  Easy",
    "homepage_url": "http:\/\/mike-griffiths.co.uk",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "browser_action": {
        "default_icon": "icons\/icon19.png",
        "default_title": "Open URLs",
        "default_popup": "src\/browser_action\/browser_action.html"
    },
    "permissions": [
        "tabs"
    ]
}