'Nuff Tabs
Limit the number of open tabs. Automatically close previous tabs.
'Nuff Tabsคืออะไร?
'Nuff Tabs เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.squobble.com และคุณลักษณะหลักของมันคือ "Limit the number of open tabs. Automatically close previous tabs."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย 'Nuff Tabs
ดาวน์โหลดไฟล์ส่วนขยาย 'Nuff Tabs ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Limit the number of open tabs. Tabs are automatically closed when you surpass the limit, based on a rule you can specify. Options allow to 1. set the tab limit 2. specify the discard rule 3. leave the pinned tabs untouched 4. show the current number of tabs in the icon The following discard rules are included: Either close the oldest tab, the newest tab (avoids auto-closing tabs), the least recently used tab, the least frequently used tab, or a random tab. Source code: https://github.com/steven2358/NuffTabs
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | 'Nuff Tabs |
ID | kemeihccgedidlokcbfhdekcfojpjjmp |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/nuff-tabs/kemeihccgedidlokcbfhdekcfojpjjmp |
คำอธิบาย | Limit the number of open tabs. Automatically close previous tabs. |
ขนาดไฟล์ | 11.11 KB |
จำนวนการติดตั้ง | 975 |
เวอร์ชันปัจจุบัน | 0.5 |
อัปเดตครั้งล่าสุด | 2015-10-02 |
วันที่เผยแพร่ | 2015-10-02 |
คะแนน | 4.44/5 รวมทั้งหมด 18 คะแนน |
ผู้พัฒนา | https://www.squobble.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/steven2358/NuffTabs |
URL หน้าช่วยเหลือ | https://github.com/steven2358/NuffTabs/issues |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "'Nuff Tabs", "author": "Steven Van Vaerenbergh", "version": "0.5", "description": "Limit the number of open tabs. Automatically close previous tabs.", "permissions": [ "tabs" ], "icons": { "19": "i\/nufftabs19.png", "32": "i\/nufftabs32.png", "48": "i\/nufftabs48.png", "64": "i\/nufftabs64.png", "128": "i\/nufftabs128.png" }, "browser_action": { "default_name": "'Nuff Tabs", "default_icon": "i\/nufftabs19.png", "default_popup": "popup.html" }, "background": { "persistent": false, "scripts": [ "nufftabs.js" ] }, "options_page": "options.html" } |