SelfDestruct Inactive Tabs

Inactive tabs are closed automatically after 1 hour, unless you don't want them to be.

SelfDestruct Inactive Tabsคืออะไร?

SelfDestruct Inactive Tabs เป็นส่วนขยายของ Chrome ที่พัฒนาโดย swiftace และคุณลักษณะหลักของมันคือ "Inactive tabs are closed automatically after 1 hour, unless you don't want them to be."

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

screenshot
screenshot

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

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

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

                        Closes inactive tabs after 1 hour of inactivity. The active tab in each open window is left untouched. Automatic closing can be disabled for particular tabs by clicking the extension icon (the bomb will turn into a pin, indicating that the tab is pinned).                    

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

ชื่อ SelfDestruct Inactive Tabs SelfDestruct Inactive Tabs
ID dijgiekinoipkcnpjckingeodlhbbkmo
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/selfdestruct-inactive-tab/dijgiekinoipkcnpjckingeodlhbbkmo
คำอธิบาย Inactive tabs are closed automatically after 1 hour, unless you don't want them to be.
ขนาดไฟล์ 25.96 KB
จำนวนการติดตั้ง 27
เวอร์ชันปัจจุบัน 0.0.3
อัปเดตครั้งล่าสุด 2017-04-08
วันที่เผยแพร่ 2017-04-07
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา swiftace
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "SelfDestruct Inactive Tabs",
    "version": "0.0.3",
    "description": "Inactive tabs are closed automatically after 1 hour, unless you don't want them to be.",
    "browser_action": {
        "default_icon": "images\/bomb.png"
    },
    "icons": {
        "128": "images\/bomb.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}