Multi Site Explorer
This extension allows you to open pre-selected websites in multiple tabs
Multi Site Explorerคืออะไร?
Multi Site Explorer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Graham Byers และคุณลักษณะหลักของมันคือ "This extension allows you to open pre-selected websites in multiple tabs"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Multi Site Explorer
ดาวน์โหลดไฟล์ส่วนขยาย Multi Site Explorer ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This small Chrom Extension enables the user to open multiple pre-selected websites with a single click. Just load the urls of your choice into the text box and click submist. The extension will save your urls for the next time you open up Chrome
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Multi Site Explorer |
ID | ieehamokbbhjndndnjnbbgpajmemlkmg |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/multi-site-explorer/ieehamokbbhjndndnjnbbgpajmemlkmg |
คำอธิบาย | This extension allows you to open pre-selected websites in multiple tabs |
ขนาดไฟล์ | 4.89 KB |
จำนวนการติดตั้ง | 37 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2016-01-25 |
วันที่เผยแพร่ | 2016-01-25 |
ผู้พัฒนา | Graham Byers |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Multi Site Explorer", "description": "This extension allows you to open pre-selected websites in multiple tabs", "version": "1.0", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "tabs", "storage" ] } |