Letterboxd Hours and Minutes
Transforms the minutes of a movie to a more logical hours and minutes
Qu'est-ce que Letterboxd Hours and Minutes ?
Letterboxd Hours and Minutes est une extension Chrome développée par koenhagen, et sa fonction principale est "Transforms the minutes of a movie to a more logical hours and minutes".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Letterboxd Hours and Minutes
Téléchargez les fichiers d'extension Letterboxd Hours and Minutes au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Letterboxd Hours and Minutes |
ID | ibdokjffdhclokoedacfelcihpoplbkf |
URL Officiel | https://chromewebstore.google.com/detail/letterboxd-hours-and-minu/ibdokjffdhclokoedacfelcihpoplbkf |
Description | Transforms the minutes of a movie to a more logical hours and minutes |
Taille du Fichier | 8.21 KB |
Nombre d'Installations | 577 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2021-12-25 |
Date de Publication | 2021-12-24 |
Évaluation | 5.00/5 Total 7 Évaluations |
Développeur | koenhagen |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" } } |