Smarter Tab

Smarter Tab will close your inactive tabs automatically for you, free your computer's memory, enable sorting tabs, and much more!

Smarter Tabคืออะไร?

Smarter Tab เป็นส่วนขยายของ Chrome ที่พัฒนาโดย vunguyen2712 และคุณลักษณะหลักของมันคือ "Smarter Tab will close your inactive tabs automatically for you, free your computer's memory, enable sorting tabs, and much more!"

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

screenshot
screenshot
screenshot

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

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

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

                        One day your laptop is frozen because your Chrome browser is using too much memory. You realize that you have TOO MANY UNUSED / INACTIVE open tabs which you don’t even remember why you did not close them.

Smarter Tab is the solution! Smarter Tab’s main features:

1. Close inactive tab automatically to release your computer’s memory, reduce battery usage, reduce distraction from not-so-important tabs.
2. History page will show all the tabs which have been closed automatically (allow searching and sorting), so you don't have to worry about losing them.
3. Introducing the 1st feature of Tab Tools (v 0.4.0) : Sort all tabs - allow all same website tabs to be next to each other
4. You can set :
   Number of tabs at which you want Smarter Tab to start closing the inactive ones. Smart Tab will not close any inactive tabs until you have at least this amount of tabs opening.
   Number of minutes for an inactive tab to be closed


Please feel free to report any bugs, write a review  or suggestions.
Thank you for using this extension :)                    

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

ชื่อ Smarter Tab Smarter Tab
ID pkddmhkikblmjkmajphclipldfhfedhm
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/smarter-tab/pkddmhkikblmjkmajphclipldfhfedhm
คำอธิบาย Smarter Tab will close your inactive tabs automatically for you, free your computer's memory, enable sorting tabs, and much more!
ขนาดไฟล์ 422 KB
จำนวนการติดตั้ง 141
เวอร์ชันปัจจุบัน 0.4.3
อัปเดตครั้งล่าสุด 2019-03-29
วันที่เผยแพร่ 2019-03-29
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา vunguyen2712
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Smarter Tab",
    "version": "0.4.3",
    "manifest_version": 2,
    "description": "Smarter Tab will close your inactive tabs automatically for you, free your computer's memory, enable sorting tabs, and much more!",
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "background": {
        "scripts": [
            ".\/src\/bg\/background.js"
        ]
    },
    "options_page": "src\/extension-page\/auto-closed-history.html",
    "browser_action": {
        "default_icon": "icons\/icon19.png",
        "default_title": "Smarter Tab",
        "default_popup": "src\/browser-action\/browser-action.html"
    },
    "permissions": [
        "alarms",
        "background",
        "storage",
        "tabs"
    ]
}