Tab Closer and Selector

Easily manage & navigate through your tabs — close your tabs or bring youself to a selected tab!

Tab Closer and Selectorคืออะไร?

Tab Closer and Selector เป็นส่วนขยายของ Chrome ที่พัฒนาโดย llae.dev และคุณลักษณะหลักของมันคือ "Easily manage & navigate through your tabs — close your tabs or bring youself to a selected tab!"

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

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Tab Closer and Selector

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

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

                        Have too many tabs opened? This extension allows you to easily manage and navigate through your Chrome tabs! It shows you the names of all the tabs that you currently have opened. Then, you can select tabs to close, select windows to close, or bring yourself to a certain tab.                    

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

ชื่อ Tab Closer and Selector Tab Closer and Selector
ID anoodphkcgbgfdaiiljnngkboogckpnb
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/tab-closer-and-selector/anoodphkcgbgfdaiiljnngkboogckpnb
คำอธิบาย Easily manage & navigate through your tabs — close your tabs or bring youself to a selected tab!
ขนาดไฟล์ 128 KB
จำนวนการติดตั้ง 349
เวอร์ชันปัจจุบัน 1.3
อัปเดตครั้งล่าสุด 2020-08-18
วันที่เผยแพร่ 2020-07-02
คะแนน 4.43/5 รวมทั้งหมด 7 คะแนน
ผู้พัฒนา llae.dev
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "background\/background-context-menu.js"
        ]
    },
    "browser_action": {
        "default_icon": [],
        "default_popup": "popup\/popup.html",
        "default_title": "Tab Closer and Selector"
    },
    "description": "Easily manage & navigate through your tabs \u2014 close your tabs or bring youself to a selected tab!",
    "icons": {
        "128": "images\/logo128.png",
        "16": "images\/logo16.png",
        "48": "images\/logo48.png"
    },
    "manifest_version": 2,
    "name": "Tab Closer and Selector",
    "permissions": [
        "tabs"
    ],
    "version": "1.3"
}