Multi-tab
A browser extension to open and group a bunch of tabs from a list of URLs.
Multi-tabคืออะไร?
Multi-tab เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Luke Carrier และคุณลักษณะหลักของมันคือ "A browser extension to open and group a bunch of tabs from a list of URLs."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Multi-tab
ดาวน์โหลดไฟล์ส่วนขยาย Multi-tab ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Stop juggling tabs and let this clown do it for you. -> Paste URLs into the input, optionally select a tab group and save some serious clicking. -> Copy URLs from an existing tab group and paste them elsewhere.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Multi-tab |
ID | aecmnemhogbiohkomdlbgklhlamaihhi |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/multi-tab/aecmnemhogbiohkomdlbgklhlamaihhi |
คำอธิบาย | A browser extension to open and group a bunch of tabs from a list of URLs. |
ขนาดไฟล์ | 29.14 KB |
จำนวนการติดตั้ง | 178 |
เวอร์ชันปัจจุบัน | 0.3.0 |
อัปเดตครั้งล่าสุด | 2022-06-26 |
วันที่เผยแพร่ | 2021-11-19 |
ผู้พัฒนา | Luke Carrier |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/LukeCarrier/multi-tab |
URL หน้าช่วยเหลือ | https://github.com/LukeCarrier/multi-tab/discussions |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "$schema": "https:\/\/json.schemastore.org\/webextension.json", "manifest_version": 3, "name": "Multi-tab", "description": "A browser extension to open and group a bunch of tabs from a list of URLs.", "homepage_url": "https:\/\/github.com\/LukeCarrier\/multi-tab", "developer": { "name": "Luke Carrier", "url": "https:\/\/luke.carrier.im" }, "version": "0.3.0", "permissions": [ "tabs", "tabGroups" ], "default_locale": "en", "action": { "browser_style": true, "default_title": "Multi-tab", "default_popup": "popup\/index.html", "default_icon": { "16": "icons\/logo-16.png", "19": "icons\/logo-19.png", "32": "icons\/logo-32.png", "38": "icons\/logo-38.png" } }, "icons": { "48": "icons\/logo-48.png", "96": "icons\/logo-96.png", "128": "icons\/logo-128.png", "256": "icons\/logo-256.png", "512": "icons\/logo-512.png" } } |