Open Multiple URLs
Opens a list of URLs
Open Multiple URLsคืออะไร?
Open Multiple URLs เป็นส่วนขยายของ Chrome ที่พัฒนาโดย tp และคุณลักษณะหลักของมันคือ "Opens a list of URLs"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Open Multiple URLs
ดาวน์โหลดไฟล์ส่วนขยาย Open Multiple URLs ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This tool takes a list of web pages in plain-text format and opens them all in new tabs. Paste the list into the text area (one website address per line), select your options and click "Open URLs".
Source Code:
https://github.com/htrinter/Open-Multiple-URLs/
Changelog:
https://github.com/htrinter/Open-Multiple-URLs/blob/develop/CHANGELOG.md
Permissions:
- "Storage" permission in order to save settings and user input. ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| ID | oifijhaokejakekmnjmphonojcfkpbbh |
| URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/open-multiple-urls/oifijhaokejakekmnjmphonojcfkpbbh |
| คำอธิบาย | Opens a list of URLs |
| ขนาดไฟล์ | 183 KB |
| จำนวนการติดตั้ง | 665,197 |
| เวอร์ชันปัจจุบัน | 1.6.0 |
| อัปเดตครั้งล่าสุด | 2023-11-28 |
| วันที่เผยแพร่ | 2020-04-12 |
| คะแนน | 4.64/5 รวมทั้งหมด 234 คะแนน |
| ผู้พัฒนา | tp |
| อีเมล | [email protected] |
| ประเภทการชำระเงิน | free |
| เว็บไซต์ส่วนขยาย | https://github.com/htrinter/Open-Multiple-URLs/ |
| URL หน้าช่วยเหลือ | https://github.com/htrinter/Open-Multiple-URLs/issues |
| ภาษาที่รองรับ | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Open Multiple URLs",
"version": "1.6.0",
"manifest_version": 3,
"description": "Opens a list of URLs",
"homepage_url": "https:\/\/github.com\/htrinter\/Open-Multiple-URLs",
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"action": {
"default_icon": "icon19.png",
"default_popup": "browseraction.html"
},
"commands": {
"_execute_action": {
"default": "CTRL+M"
}
},
"permissions": [
"storage"
],
"incognito": "split"
} | |