One Tab Only
This extension makes sure there will be only one tab open for the specified/configured domain URL.
One Tab Onlyคืออะไร?
One Tab Only เป็นส่วนขยายของ Chrome ที่พัฒนาโดย tamas.janky และคุณลักษณะหลักของมันคือ "This extension makes sure there will be only one tab open for the specified/configured domain URL."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย One Tab Only
ดาวน์โหลดไฟล์ส่วนขยาย One Tab Only ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
If change happens on any tab URL, the extension will check if the domain of new URL is matching with the defined and configured domain URL pattern.In case if there is a match all the tabs will be checked for configured domain URL, and if any tab found with the same domain the new URL will be opened in the already existing tab and the tab sourcing the URL will be closed. You can configure the domain URL from the extension options link on the extension details page. The extension is also sending notification if a match happen what can be switched off on the options screen.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | One Tab Only |
ID | cdkbmeoilbjdnbaonjnenjdafkgaeabo |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/one-tab-only/cdkbmeoilbjdnbaonjnenjdafkgaeabo |
คำอธิบาย | This extension makes sure there will be only one tab open for the specified/configured domain URL. |
ขนาดไฟล์ | 18.85 KB |
จำนวนการติดตั้ง | 1,670 |
เวอร์ชันปัจจุบัน | 0.0.2 |
อัปเดตครั้งล่าสุด | 2022-12-11 |
วันที่เผยแพร่ | 2015-10-22 |
คะแนน | 4.33/5 รวมทั้งหมด 3 คะแนน |
ผู้พัฒนา | tamas.janky |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "service_worker": "daemon.js" }, "description": "This extension makes sure there will be only one tab open for the specified\/configured domain URL.", "manifest_version": 3, "name": "One Tab Only", "icons": { "16": "icon-16.png", "48": "icon-48.png", "128": "icon-128.png" }, "options_page": "options_page.html", "permissions": [ "tabs", "storage", "notifications", "webRequest" ], "host_permissions": [ "http:\/\/*\/", "https:\/\/*\/" ], "version": "0.0.2" } |