Tab Ninja

Close tabs with loads of options (left, right, audible, muted, domain, url, pinned, etc)

Tab Ninjaคืออะไร?

Tab Ninja เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Harsh Vakharia และคุณลักษณะหลักของมันคือ "Close tabs with loads of options (left, right, audible, muted, domain, url, pinned, etc)"

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

screenshot

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

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

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

                        # Permissions

* tabs / Read your browsing history: Used for querying tabs with same url/host/domain

Source code: https://github.com/harshjv/tab-ninja                    

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

ชื่อ Tab Ninja Tab Ninja
ID ciffmfhhemdpbpppgbfnlkbbehmdbpnh
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/tab-ninja/ciffmfhhemdpbpppgbfnlkbbehmdbpnh
คำอธิบาย Close tabs with loads of options (left, right, audible, muted, domain, url, pinned, etc)
ขนาดไฟล์ 32.89 KB
จำนวนการติดตั้ง 305
เวอร์ชันปัจจุบัน 0.0.5
อัปเดตครั้งล่าสุด 2020-05-20
วันที่เผยแพร่ 2020-05-19
คะแนน 4.67/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา Harsh Vakharia
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/harshjv/tab-ninja
URL หน้าช่วยเหลือ https://github.com/harshjv/tab-ninja/issues
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Tab Ninja",
    "version": "0.0.5",
    "manifest_version": 2,
    "description": "Close tabs with loads of options (left, right, audible, muted, domain, url, pinned, etc)",
    "homepage_url": "https:\/\/github.com\/harshjv\/tab-ninja",
    "author": "Harsh Vakharia  (https:\/\/harshjv.github.io)",
    "icons": {
        "16": "icons\/icon-16.png",
        "32": "icons\/icon-32.png",
        "128": "icons\/icon-128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "tabs",
        "contextMenus"
    ],
    "browser_action": {
        "default_icon": {
            "16": "icons\/icon-16.png",
            "32": "icons\/icon-32.png",
            "128": "icons\/icon-128.png"
        },
        "default_title": "Close tabs with loads of options"
    }
}