CloseTabsByDomain

Close all tabs by domain

CloseTabsByDomainคืออะไร?

CloseTabsByDomain เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://ragerworks.com และคุณลักษณะหลักของมันคือ "Close all tabs by domain"

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

screenshot
screenshot

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

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

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

                        With the browser extension CloseTabsByDomain you are able to close all open tabs of a domain comfortably. Easily close tabs by domain!

There are two ways to use the extension:

 - Right-click in the page
 - Click on the extension button

Use the settings to configure how the tabs in the CloseTabsByDomain list are sorted: - Browser order:

- Alphabetical
- By number of open tabs

New: 

- Sort open tabs by domain                    

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

ชื่อ CloseTabsByDomain CloseTabsByDomain
ID hjnfjlehafmdppfncbjafjghkfkgiaml
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/closetabsbydomain/hjnfjlehafmdppfncbjafjghkfkgiaml
คำอธิบาย Close all tabs by domain
ขนาดไฟล์ 61.61 KB
จำนวนการติดตั้ง 95
เวอร์ชันปัจจุบัน 1.2.0
อัปเดตครั้งล่าสุด 2020-10-10
วันที่เผยแพร่ 2018-12-09
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา https://ragerworks.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://ragerworks.com/static/close-tabs-by-domain.html
ภาษาที่รองรับ de,en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "CloseTabsByDomain",
    "description": "Close all tabs by domain",
    "version": "1.2.0",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "16": "img\/logo\/icon_16.png",
        "48": "img\/logo\/icon_48.png",
        "128": "img\/logo\/icon_128.png"
    },
    "permissions": [
        "tabs",
        "storage",
        "contextMenus"
    ],
    "options_page": "options.html",
    "browser_action": {
        "default_icon": {
            "16": "img\/logo\/icon_16.png",
            "48": "img\/logo\/icon_48.png"
        },
        "default_title": "CloseByDomain",
        "default_popup": "popup.html"
    },
    "default_locale": "en"
}