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".

Στιγμιότυπα Επέκτασης

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Letterboxd Hours and Minutes

Λήψη αρχείων επέκτασης 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 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"
    }
}