Smart Tabs
Creating a smarter way to use tabs to avoid overload
Smart Tabsคืออะไร?
Smart Tabs เป็นส่วนขยายของ Chrome ที่พัฒนาโดย jackyangdevelop และคุณลักษณะหลักของมันคือ "Creating a smarter way to use tabs to avoid overload"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Smart Tabs
ดาวน์โหลดไฟล์ส่วนขยาย Smart Tabs ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Do you have a lot of tabs open on Chrome? Smart Tabs is the solution. This extension keeps track of which tabs on your browser are active, and which one's aren't. After a certain amount of time (30 minutes), inactive tabs will be terminated so that it will free up your browser of that extra clutter. However, you will still be able to access links to the sites of the closed tabs by clicking the Smart Tabs logo. This extension will improve the battery life of your by eliminating unneeded processes and it will make your browser much cleaner and organized. This extension is open source, feel free to contribute and add suggestions!
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | ggemmfhppfjlegiddimjiedokodjpkkb |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/smart-tabs/ggemmfhppfjlegiddimjiedokodjpkkb |
คำอธิบาย | Creating a smarter way to use tabs to avoid overload |
ขนาดไฟล์ | 7.43 KB |
จำนวนการติดตั้ง | 34 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2016-02-14 |
วันที่เผยแพร่ | 2016-02-14 |
คะแนน | 3.67/5 รวมทั้งหมด 3 คะแนน |
ผู้พัฒนา | jackyangdevelop |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/jackyang127/Smart-Tabs |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Smart Tabs", "description": "Creating a smarter way to use tabs to avoid overload", "version": "1.0", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "activeTab", "tabs" ], "background": { "scripts": [ "background.js" ] } } |