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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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" } } |