No Dupe Tabs
Swap to preexisting tab if url is already opened.
No Dupe Tabsคืออะไร?
No Dupe Tabs เป็นส่วนขยายของ Chrome ที่พัฒนาโดย J Wang และคุณลักษณะหลักของมันคือ "Swap to preexisting tab if url is already opened."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย No Dupe Tabs
ดาวน์โหลดไฟล์ส่วนขยาย No Dupe Tabs ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
If you open a URL that already exists in one of your tabs, this simple extension will close the tab and switch to the preexisting tab! If you rarely reuse tabs, use this extension to avoid a list of duplicate tabs! Add website to whitelist if you want to allow duplicates for those websites. To access whitelist, press the extension icon at top right of your browser. Update- V2.1 - Added whitelist V2.2 - Fixed pop-up style on Windows V2.3 - Fixed empty whitelist bug
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | fajkhkmabkgflclnlmfdafpikejjncca |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/no-dupe-tabs/fajkhkmabkgflclnlmfdafpikejjncca |
คำอธิบาย | Swap to preexisting tab if url is already opened. |
ขนาดไฟล์ | 37.89 KB |
จำนวนการติดตั้ง | 868 |
เวอร์ชันปัจจุบัน | 2.3 |
อัปเดตครั้งล่าสุด | 2016-08-11 |
วันที่เผยแพร่ | 2016-08-11 |
คะแนน | 4.00/5 รวมทั้งหมด 9 คะแนน |
ผู้พัฒนา | J Wang |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "No Dupe Tabs", "version": "2.3", "manifest_version": 2, "description": "Swap to preexisting tab if url is already opened.", "icons": { "128": "icon.png" }, "browser_action": { "default_title": "noDupeTab", "default_icon": "icon.png", "default_popup": "popup.html" }, "background": { "scripts": [ "background.js", "jquery-3.1.0.min.js" ] }, "permissions": [ "tabs", "activeTab" ] } |