Open Links in Tabs
URLs entered in a form are opened in tabs.
Open Links in Tabsคืออะไร?
Open Links in Tabs เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://managedkaos.com และคุณลักษณะหลักของมันคือ "URLs entered in a form are opened in tabs."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Open Links in Tabs
ดาวน์โหลดไฟล์ส่วนขยาย Open Links in Tabs ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Open Links in Tabs does just what the name says. Click the icon to activate the extension. In the form that pops up, type or paste in as many URLs as you like. Each one will be opened in a new tab. All URLs entered must be valid. Valid URLs are links like "http://example.com", and "example.com". Bad URLs are single word links (no .com, .net, etc..) and links with spaces. These are bad links: "example", "my example.com". Open Links in Tabs is a free extension that runs right from your computer. It dosen't redirect you to a website that opens links for you; the links are opened right from the Chrome browser itself. We hope you enjoy using this simple but effective extension!
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Open Links in Tabs |
ID | jlgojbammkhdbbohlihccohgbaccgpbm |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/open-links-in-tabs/jlgojbammkhdbbohlihccohgbaccgpbm |
คำอธิบาย | URLs entered in a form are opened in tabs. |
ขนาดไฟล์ | 111 KB |
จำนวนการติดตั้ง | 5,323 |
เวอร์ชันปัจจุบัน | 2022.1.2 |
อัปเดตครั้งล่าสุด | 2022-01-04 |
วันที่เผยแพร่ | 2020-05-25 |
คะแนน | 3.82/5 รวมทั้งหมด 11 คะแนน |
ผู้พัฒนา | https://managedkaos.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/managedkaos/open-links-in-tabs |
URL หน้าช่วยเหลือ | https://github.com/managedkaos/open-links-in-tabs/issues |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Open Links in Tabs", "version": "2022.1.2", "author": "Managed Kaos", "homepage_url": "https:\/\/github.com\/managedkaos\/open-links-in-tabs", "description": "URLs entered in a form are opened in tabs.", "icons": { "16": "folder-blue-16.png", "48": "folder-blue-48.png", "128": "folder-blue-128.png" }, "browser_action": { "default_icon": { "19": "folder-blue-16.png", "38": "folder-blue-48.png" }, "default_title": "Open Links in Tabs", "default_popup": "popup.html" } } |