Mass Tab Opener

This extension lets you copy and paste a list of URLs and open them all at once with the click of a button

Mass Tab Openerคืออะไร?

Mass Tab Opener เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://alanchavez.com และคุณลักษณะหลักของมันคือ "This extension lets you copy and paste a list of URLs and open them all at once with the click of a button"

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

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

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

                        This extension lets you open paste a list of URLs into a text box and open them all at once.                    

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

ชื่อ Mass Tab Opener Mass Tab Opener
ID doahaifnoffnjdjennkioahobkkjfmga
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/mass-tab-opener/doahaifnoffnjdjennkioahobkkjfmga
คำอธิบาย This extension lets you copy and paste a list of URLs and open them all at once with the click of a button
ขนาดไฟล์ 626 KB
จำนวนการติดตั้ง 225
เวอร์ชันปัจจุบัน 1.0.1
อัปเดตครั้งล่าสุด 2014-02-07
วันที่เผยแพร่ 2014-02-07
คะแนน 4.40/5 รวมทั้งหมด 5 คะแนน
ผู้พัฒนา http://alanchavez.com
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://alanchavez.com
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Mass Tab Opener",
    "manifest_version": 2,
    "description": "This extension lets you copy and paste a list of URLs and open them all at once with the click of a button",
    "version": "1.0.1",
    "permissions": [
        "tabs",
        "notifications"
    ],
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "browser_action": {
        "default_icon": "img\/icon16.png",
        "default_popup": "popup.html"
    },
    "web_accessible_resources": [
        "img\/icon.png",
        "img\/warning.png"
    ],
    "author": "Alan Chavez "
}