Open Multiple website
Open Multiple Links easily
Open Multiple websiteคืออะไร?
Open Multiple website เป็นส่วนขยายของ Chrome ที่พัฒนาโดย shubhankar1100 และคุณลักษณะหลักของมันคือ "Open Multiple Links easily"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Open Multiple website
ดาวน์โหลดไฟล์ส่วนขยาย Open Multiple website ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
There are multiple website which we open daily before we start our work, like h=google,gmail,facebook,youtube etc To open each website in different tab is time consuming. So we will develop an extension which will automate this. Let’s make it simpler by just adding all urls in one extension and by clicking a button we can open all daily use websites in one go. We have to just add all the required website in this extension once and whenever we start chrome just we have to click a button to launch all the website.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Open Multiple website |
ID | hedfombeoifnnpoglealldolfkjdohec |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/open-multiple-website/hedfombeoifnnpoglealldolfkjdohec |
คำอธิบาย | Open Multiple Links easily |
ขนาดไฟล์ | 23.79 KB |
จำนวนการติดตั้ง | 115 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2017-03-25 |
วันที่เผยแพร่ | 2017-03-24 |
คะแนน | 5.00/5 รวมทั้งหมด 3 คะแนน |
ผู้พัฒนา | shubhankar1100 |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Open Multiple website", "description": "Open Multiple Links easily", "version": "1.0", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "tabs", "storage" ] } |