Close Tabs to the Left

Adds a button to close all tabs to the left of the current tab.

Close Tabs to the Leftคืออะไร?

Close Tabs to the Left เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Erik Humphrey และคุณลักษณะหลักของมันคือ "Adds a button to close all tabs to the left of the current tab."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Close Tabs to the Left

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

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

                        Most browsers have the ability to right-click a tab and "Close tabs to the right", but not "Close tabs to the left"! This extension adds a button to the right of the address bar that all closes all tabs to the left of the current active tab.

Unlike most other extensions, it doesn't closed tabs you've pinned!                    

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

ชื่อ Close Tabs to the Left Close Tabs to the Left
ID gggbppgpkegkkgjpmlbedgbmgomecmoj
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/close-tabs-to-the-left/gggbppgpkegkkgjpmlbedgbmgomecmoj
คำอธิบาย Adds a button to close all tabs to the left of the current tab.
ขนาดไฟล์ 28.38 KB
จำนวนการติดตั้ง 4,498
เวอร์ชันปัจจุบัน 1.2.1
อัปเดตครั้งล่าสุด 2021-05-11
วันที่เผยแพร่ 2019-06-26
คะแนน 4.59/5 รวมทั้งหมด 29 คะแนน
ผู้พัฒนา Erik Humphrey
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/ErikHumphrey/close-tabs-to-the-left
URL หน้าช่วยเหลือ https://github.com/ErikHumphrey/close-tabs-to-the-left/issues
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "Erik Humphrey",
    "action": {
        "default_icon": {
            "32": "images\/icon_32.png",
            "48": "images\/icon_48.png",
            "128": "images\/icon_128.png"
        },
        "default_title": "Close tabs to the left"
    },
    "background": {
        "service_worker": "TabCloseScript.js"
    },
    "description": "Adds a button to close all tabs to the left of the current tab.",
    "icons": {
        "32": "images\/icon_32.png",
        "48": "images\/icon_48.png",
        "128": "images\/icon_128.png"
    },
    "manifest_version": 3,
    "name": "Close Tabs to the Left",
    "short_name": "Close Left",
    "version": "1.2.1"
}