Unique Tabs

Upon opening a new tab or navigating to a new page, this extension closes any earlier, duplicate tabs in the same window.

Unique Tabsคืออะไร?

Unique Tabs เป็นส่วนขยายของ Chrome ที่พัฒนาโดย [email protected] และคุณลักษณะหลักของมันคือ "Upon opening a new tab or navigating to a new page, this extension closes any earlier, duplicate tabs in the same window."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Unique Tabs

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

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

                        Before closing the tabs, a notification is displayed. Clicking "Cancel" in the notification within a brief delay (~5 seconds) prevents the tabs from being closed.                    

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

ชื่อ Unique Tabs Unique Tabs
ID cicbejncjmbkbahiicbiflndmhbcgibk
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/unique-tabs/cicbejncjmbkbahiicbiflndmhbcgibk
คำอธิบาย Upon opening a new tab or navigating to a new page, this extension closes any earlier, duplicate tabs in the same window.
ขนาดไฟล์ 12.87 KB
จำนวนการติดตั้ง 3,131
เวอร์ชันปัจจุบัน 0.6
อัปเดตครั้งล่าสุด 2015-06-10
วันที่เผยแพร่ 2015-06-10
คะแนน 4.24/5 รวมทั้งหมด 29 คะแนน
ผู้พัฒนา [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/joeyAghion/unique_tabs
URL หน้าช่วยเหลือ http://github.com/joeyAghion/unique_tabs
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Unique Tabs",
    "description": "Upon opening a new tab or navigating to a new page, this extension closes any earlier, duplicate tabs in the same window.",
    "version": "0.6",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "tabs",
        "notifications",
        "webNavigation"
    ],
    "web_accessible_resources": [
        "icon48.png"
    ],
    "manifest_version": 2
}

ส่วนขยายที่เกี่ยวข้อง