Light Tab Suspender
Alternative to the great suspender
Light Tab Suspenderคืออะไร?
Light Tab Suspender เป็นส่วนขยายของ Chrome ที่พัฒนาโดย shaunmolloy และคุณลักษณะหลักของมันคือ "Alternative to the great suspender"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Light Tab Suspender
ดาวน์โหลดไฟล์ส่วนขยาย Light Tab Suspender ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
An alternative Chrome extension to the great suspender. Pros: - Maintain user privacy - Light implementation Coming soon: - Tab Favicon - Options page
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Light Tab Suspender |
ID | omemdnaphiccifgleodlhhbdgnaahhfa |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/light-tab-suspender/omemdnaphiccifgleodlhhbdgnaahhfa |
คำอธิบาย | Alternative to the great suspender |
ขนาดไฟล์ | 11.64 KB |
จำนวนการติดตั้ง | 11 |
เวอร์ชันปัจจุบัน | 1.1.0 |
อัปเดตครั้งล่าสุด | 2021-02-22 |
วันที่เผยแพร่ | 2021-02-21 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | shaunmolloy |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/shaunmolloy/chrome-light-tab-suspender |
URL หน้าช่วยเหลือ | https://github.com/shaunmolloy/chrome-light-tab-suspender/issues |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Light Tab Suspender", "description": "Alternative to the great suspender", "version": "1.1.0", "manifest_version": 2, "permissions": [ "tabs" ], "background": { "scripts": [ "js\/vendor\/browser-polyfill.js", "js\/helpers\/promise.js", "js\/helpers\/suspend.js", "js\/helpers\/commands.js", "js\/background.js" ], "persistent": false }, "content_scripts": [ { "js": [ "js\/content.js" ], "matches": [ " |