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 |
公式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 |
Eメール | [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" } } |