Letterboxd Hours and Minutes
Transforms the minutes of a movie to a more logical hours and minutes
Was ist Letterboxd Hours and Minutes?
Letterboxd Hours and Minutes ist eine Chrome-Erweiterung, die von koenhagen entwickelt wurde, und ihr Hauptmerkmal ist "Transforms the minutes of a movie to a more logical hours and minutes".
Erweiterungsscreenshots
Letterboxd Hours and Minutes-Erweiterungs-CRX-Datei herunterladen
Laden Sie Letterboxd Hours and Minutes-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | Letterboxd Hours and Minutes |
ID | ibdokjffdhclokoedacfelcihpoplbkf |
Offizielle URL | https://chromewebstore.google.com/detail/letterboxd-hours-and-minu/ibdokjffdhclokoedacfelcihpoplbkf |
Beschreibung | Transforms the minutes of a movie to a more logical hours and minutes |
Dateigröße | 8.21 KB |
Installationsanzahl | 577 |
Aktuelle Version | 1.0 |
Letztes Update | 2021-12-25 |
Veröffentlichungsdatum | 2021-12-24 |
Bewertung | 5.00/5 Insgesamt 7 Bewertungen |
Entwickler | koenhagen |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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" } } |