10 tabs, no more

Randomly closes tabs once you exceed 10 opened tabs.

10 tabs, no moreคืออะไร?

10 tabs, no more เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Thibaud Courtoison และคุณลักษณะหลักของมันคือ "Randomly closes tabs once you exceed 10 opened tabs."

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย 10 tabs, no more

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

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

                        This extensions allows you to keep you windows clean by randomly closing tabs if you exceed 10 opened tabs.                    

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

ชื่อ 10 tabs, no more 10 tabs, no more
ID dmfaiinkmobkepebifmaenddbbomhnkm
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/10-tabs-no-more/dmfaiinkmobkepebifmaenddbbomhnkm
คำอธิบาย Randomly closes tabs once you exceed 10 opened tabs.
ขนาดไฟล์ 69.27 KB
จำนวนการติดตั้ง 397
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2020-07-16
วันที่เผยแพร่ 2020-07-15
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา Thibaud Courtoison
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://ten-tabs-no-more.web.app
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "10 tabs, no more",
    "version": "1.0",
    "description": "Randomly closes tabs once you exceed 10 opened tabs.",
    "homepage_url": "https:\/\/ten-tabs-no-more.web.app",
    "author": "Thibaud Courtoison",
    "icons": {
        "48": "img\/binoculars48.png",
        "96": "img\/binoculars96.png",
        "128": "img\/binoculars128.png"
    },
    "permissions": [
        "notifications",
        "storage"
    ],
    "background": {
        "scripts": [
            "browser-polyfill.js",
            "configuration.js",
            "countdown.js",
            "notifications.js",
            "state.js",
            "main.js"
        ]
    },
    "browser_action": {
        "browser_style": true,
        "default_title": "10 tabs, no more",
        "default_popup": "popup.html"
    }
}