Tabsanity Terminator

Removes Duplicate Tabs + Groups Tabs by URL

Tabsanity Terminatorคืออะไร?

Tabsanity Terminator เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Rich Werden และคุณลักษณะหลักของมันคือ "Removes Duplicate Tabs + Groups Tabs by URL"

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

screenshot

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

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

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

                        By installing this extension, with 1-click you can remove duplicate tabs from a browser window as well as reorder the tabs to group themselves together by domain. Only affects one window at a time. Saves RAM and saves you from Tabsanity!                    

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

ชื่อ Tabsanity Terminator Tabsanity Terminator
ID gogccpmimpnngeklhecgkcnmagenaepd
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/tabsanity-terminator/gogccpmimpnngeklhecgkcnmagenaepd
คำอธิบาย Removes Duplicate Tabs + Groups Tabs by URL
ขนาดไฟล์ 18.23 KB
จำนวนการติดตั้ง 18
เวอร์ชันปัจจุบัน 0.21
อัปเดตครั้งล่าสุด 2018-01-10
วันที่เผยแพร่ 2018-01-09
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา Rich Werden
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Tabsanity Terminator",
    "author": "Rich Werden (@r-i-c-h)",
    "version": "0.21",
    "description": "Removes Duplicate Tabs + Groups Tabs by URL",
    "icons": {
        "128": "ico_128.png",
        "48": "ico_48.png",
        "16": "ico_16.png"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "theJS.js"
        ]
    },
    "browser_action": {
        "default_icon": "ico_16.png",
        "default_title": "Tabsanity Terminator"
    },
    "permissions": [
        "activeTab",
        "tabs"
    ]
}