LessTabs
Send browser tabs to bookmark folder 'LessTabs' and then close them - reduce tab clutter
LessTabsคืออะไร?
LessTabs เป็นส่วนขยายของ Chrome ที่พัฒนาโดย shockerjue และคุณลักษณะหลักของมันคือ "Send browser tabs to bookmark folder 'LessTabs' and then close them - reduce tab clutter"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย LessTabs
ดาวน์โหลดไฟล์ส่วนขยาย LessTabs ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Annoyed with so many tabs opened in your browser? LessTabs comes to rescue ! You couldn't enjoy a clean browser environment until you've tried 'dumped all tabs' of LessTabs. ● LessTabs can send your tabs into a bookmark folder named ‘LessTabs’ and then close them - reduce tab clutter in this way. ● Click the extension icon to show all functions. ● Be sure to login to your browser and sync bookmarks to the cloud, then you are unlikely to lose your tabs(bookmarks) dumped by LessTabs. ● If you have opened a bookmark inside folder ‘LessTabs’, LessTabs is responsible for removing it from the folder, because it is highly possible that the bookmark will not be used again, this is the logic behind the feature. BTW, You could regard LessTabs as an enhanced alternative to the famous OneTab extension.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | LessTabs |
ID | dkdkdfbfgijbpofgmkoabhidlnmpfdkf |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/lesstabs/dkdkdfbfgijbpofgmkoabhidlnmpfdkf |
คำอธิบาย | Send browser tabs to bookmark folder 'LessTabs' and then close them - reduce tab clutter |
ขนาดไฟล์ | 24.6 KB |
จำนวนการติดตั้ง | 88 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2021-09-01 |
วันที่เผยแพร่ | 2021-07-29 |
คะแนน | 4.33/5 รวมทั้งหมด 3 คะแนน |
ผู้พัฒนา | shockerjue |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://www.cnblogs.com/iMath/p/LessTabs.html |
ภาษาที่รองรับ | en,zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "default_locale": "en", "manifest_version": 2, "name": "__MSG_extName__", "version": "1.0", "browser_action": { "default_title": "__MSG_extensionIconTooltip__", "default_popup": "popup.html" }, "description": "__MSG_extensionDescription__", "permissions": [ "bookmarks", "tabs", "chrome:\/\/favicon\/*" ], "content_security_policy": "script-src 'self'; object-src 'self'; img-src chrome:\/\/favicon; child-src chrome:\/\/bookmarks", "background": { "scripts": [ "background.js" ] }, "icons": { "16": "logo.png", "128": "logo.png" } } |