Tabs Closer
Cleans up your windows/tabs with 1 click of a mouse button
Tabs Closerคืออะไร?
Tabs Closer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://tabscloser.com และคุณลักษณะหลักของมันคือ "Cleans up your windows/tabs with 1 click of a mouse button"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Tabs Closer
ดาวน์โหลดไฟล์ส่วนขยาย Tabs Closer ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Cleans up your windows/tabs with 1 click of a mouse button The app is smart enough to close only those that are really needed to close. For Example: * Duplicate blank tabs * Excess tabs to the right-most * Excess tabs to the left-most * Empty Windows (without tabs) Note: * It will not close those tabs that are pinned. Short background: This app was created as a result of my mouse’s middle button broken after closing so many tabs wherein there are a lot of times that some tabs should really be closed altogether.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | dhbpdnegbgnjkfnacjdgpkmcffmpbimi |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/tabs-closer/dhbpdnegbgnjkfnacjdgpkmcffmpbimi |
คำอธิบาย | Cleans up your windows/tabs with 1 click of a mouse button |
ขนาดไฟล์ | 116 KB |
จำนวนการติดตั้ง | 49 |
เวอร์ชันปัจจุบัน | 0.2.9 |
อัปเดตครั้งล่าสุด | 2014-02-19 |
วันที่เผยแพร่ | 2014-02-19 |
คะแนน | 4.20/5 รวมทั้งหมด 5 คะแนน |
ผู้พัฒนา | http://tabscloser.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | http://tabscloser.com |
URL หน้าช่วยเหลือ | http://tabscloser.com |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Tabs Closer", "version": "0.2.9", "description": "Cleans up your windows\/tabs with 1 click of a mouse button", "icons": { "48": "img\/clean_48.png", "128": "img\/clean_128.png" }, "background": { "persistent": false, "scripts": [ "js\/lib\/jquery-1.7.1.min.js", "js\/background.min.js" ] }, "browser_action": { "default_icon": "img\/clean.png", "default_title": "Tabs Closer" }, "homepage_url": "http:\/\/tabscloser.com", "permissions": [ "tabs", "storage" ], "options_page": "options.html", "manifest_version": 2 } |