Close duplicate tab

Close duplicate tab on current window.

Close duplicate tabคืออะไร?

Close duplicate tab เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://heppokofrontend.dev และคุณลักษณะหลักของมันคือ "Close duplicate tab on current window."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Close duplicate tab

ดาวน์โหลดไฟล์ส่วนขยาย Close duplicate tab ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        At work, I get a lot of notifications from GitHub, Redmine, Backlog, and so on.

If you keep opening them in a new tab to read them later, you will have too many tabs in no time.

This Extension allows you to organize them in an instant and reload the remaining tabs to make them up-to-date!

## v1.0.3

- Update English 
- Change to use dialog on all task button
- Fix confirm dialog bugs

## v1.0.2

- Update function "Divide all tabs for each hostname"
    - Option added to group tabs into the same window according to the number of sheets when there are only a few tabs with the same hostname.

## v1.0.1

- Fix critical bug that is not able to load savedata

## v1.0.0

- Stable release                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Close duplicate tab Close duplicate tab
ID ollnnjepahcgphpjjhcfohpelmpldghj
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/close-duplicate-tab/ollnnjepahcgphpjjhcfohpelmpldghj
คำอธิบาย Close duplicate tab on current window.
ขนาดไฟล์ 22.46 KB
จำนวนการติดตั้ง 1,280
เวอร์ชันปัจจุบัน 1.0.3
อัปเดตครั้งล่าสุด 2023-05-15
วันที่เผยแพร่ 2021-07-14
คะแนน 5.00/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา https://heppokofrontend.dev
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/heppokofrontend/chrome-extension-close-duplicate-tabs
URL หน้าช่วยเหลือ https://github.com/heppokofrontend/chrome-extension-close-duplicate-tabs/issues
URL หน้านโยบายความเป็นส่วนตัว https://gist.github.com/heppokofrontend/0247f1d697df2fd8e798320f403727e8
ภาษาที่รองรับ en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_extName__",
    "version": "1.0.3",
    "description": "__MSG_extDesc__",
    "action": {
        "default_icon": "images\/icon.png",
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "worker.js"
    },
    "permissions": [
        "tabs",
        "storage"
    ],
    "icons": {
        "128": "images\/icon.png"
    },
    "default_locale": "en"
}