Letterboxd Hours and Minutes
Transforms the minutes of a movie to a more logical hours and minutes
Letterboxd Hours and Minutesคืออะไร?
Letterboxd Hours and Minutes เป็นส่วนขยายของ Chrome ที่พัฒนาโดย koenhagen และคุณลักษณะหลักของมันคือ "Transforms the minutes of a movie to a more logical hours and minutes"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Letterboxd Hours and Minutes
ดาวน์โหลดไฟล์ส่วนขยาย Letterboxd Hours and Minutes ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This extension changes the minutes of a movie to a more logical hours and minutes to be more intuitive. Giving the hours is much more useful for the user that the minutes if the movie is over 60 minutes long. Letterboxd lists movie length only by the minutes. This can sometimes by confusing as you often have to calculate the length in hours yourself.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Letterboxd Hours and Minutes |
ID | ibdokjffdhclokoedacfelcihpoplbkf |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/letterboxd-hours-and-minu/ibdokjffdhclokoedacfelcihpoplbkf |
คำอธิบาย | Transforms the minutes of a movie to a more logical hours and minutes |
ขนาดไฟล์ | 8.21 KB |
จำนวนการติดตั้ง | 577 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2021-12-25 |
วันที่เผยแพร่ | 2021-12-24 |
คะแนน | 5.00/5 รวมทั้งหมด 7 คะแนน |
ผู้พัฒนา | koenhagen |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Letterboxd Hours and Minutes", "description": "Transforms the minutes of a movie to a more logical hours and minutes", "version": "1.0", "manifest_version": 3, "content_scripts": [ { "matches": [ "https:\/\/letterboxd.com\/film\/*", "http:\/\/letterboxd.com\/film\/*" ], "run_at": "document_idle", "js": [ "content.js" ] } ], "icons": { "16": "lb16.png", "48": "lb48.png", "128": "lb128.png" } } |