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是由koenhagen開發的Chrome擴展程式,該擴展的主要功能是“Transforms the minutes of a movie to a more logical hours and minutes”。
擴展截圖
下載Letterboxd Hours and Minutes擴展crx文件
下載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 |
官方網址 | 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" } } |