Firefly
This extension lets you discard tabs, improves chrome browser performance
Fireflyคืออะไร?
Firefly เป็นส่วนขยายของ Chrome ที่พัฒนาโดย ankitr459 และคุณลักษณะหลักของมันคือ "This extension lets you discard tabs, improves chrome browser performance"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Firefly
ดาวน์โหลดไฟล์ส่วนขยาย Firefly ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This minimalistic extension lets you manage unused tabs and improves chrome browser performance.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | opanbafokclondcmffamoohbgekeamio |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/firefly/opanbafokclondcmffamoohbgekeamio |
คำอธิบาย | This extension lets you discard tabs, improves chrome browser performance |
ขนาดไฟล์ | 293 KB |
จำนวนการติดตั้ง | 103 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2020-03-07 |
วันที่เผยแพร่ | 2020-03-07 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | ankitr459 |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Firefly", "description": "This extension lets you discard tabs, improves chrome browser performance", "version": "1.0", "browser_action": { "default_icon": "latest.png", "default_popup": "popup.html" }, "permissions": [ "system.memory", "activeTab", "tabs" ] } |