umami
e621 enhancement
umamiคืออะไร?
umami เป็นส่วนขยายของ Chrome ที่พัฒนาโดย WolfGang และคุณลักษณะหลักของมันคือ "e621 enhancement"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย umami
ดาวน์โหลดไฟล์ส่วนขยาย umami ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Umami adds several features to the e621 site - pool downloading - slideshow functionality - infinite scrolling (no need to go to the next page) - keyboard navigation (for comics or list views) - autoplaying/looping of videos - Config to rebind keys, turn features on and off, or change the names of files downloaded
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | umami |
ID | lebpinjecpngidklcgggclfbbclkiopb |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/umami/lebpinjecpngidklcgggclfbbclkiopb |
คำอธิบาย | e621 enhancement |
ขนาดไฟล์ | 340 KB |
จำนวนการติดตั้ง | 1,000 |
เวอร์ชันปัจจุบัน | 2.3.0 |
อัปเดตครั้งล่าสุด | 2022-04-24 |
วันที่เผยแพร่ | 2020-03-17 |
คะแนน | 4.33/5 รวมทั้งหมด 15 คะแนน |
ผู้พัฒนา | WolfGang |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "umami", "version": "2.3.0", "description": "e621 enhancement", "icons": { "48": "icons\/salt-48.png", "96": "icons\/salt-96.png" }, "permissions": [ "tabs", "downloads", "storage", "*:\/\/*.e621.net\/*", "*:\/\/*.e926.net\/*" ], "content_scripts": [ { "matches": [ "*:\/\/*.e621.net\/*", "*:\/\/*.e926.net\/*" ], "js": [ "js\/bundle.1.js" ] } ], "background": { "page": "umami.html" }, "web_accessible_resources": [ "css\/*", "fonts\/*", "html\/*", "pagejs\/*" ] } |