Find in Letterboxd

Search selected text on Letterboxd, or find/match the selection on Letterboxd film or crew

Τι είναι το Find in Letterboxd;

Το Find in Letterboxd είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον denolk, και η κύρια λειτουργία του είναι "Search selected text on Letterboxd, or find/match the selection on Letterboxd film or crew".

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

screenshot

Λήψη αρχείου CRX της επέκτασης Find in Letterboxd

Λήψη αρχείων επέκτασης Find in Letterboxd σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        This extension helps you to search selected text on Letterboxd, as well as it provides direct navigation on Letterboxd film, actor, director, producer or writer pages.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Find in Letterboxd Find in Letterboxd
ID peelfmpndjghimfolkdbflpnekngeioh
Επίσημο URL https://chromewebstore.google.com/detail/find-in-letterboxd/peelfmpndjghimfolkdbflpnekngeioh
Περιγραφή Search selected text on Letterboxd, or find/match the selection on Letterboxd film or crew
Μέγεθος Αρχείου 16.21 KB
Αριθμός Εγκαταστάσεων 86
Τρέχουσα Έκδοση 0.1.1
Τελευταία Ενημέρωση 2022-07-08
Ημερομηνία Δημοσίευσης 2022-07-08
Αξιολόγηση 5.00/5 Συνολικά 1 Αξιολογήσεις
Προγραμματιστής denolk
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Find in Letterboxd",
    "description": "Search selected text on Letterboxd, or find\/match the selection on Letterboxd film or crew",
    "version": "0.1.1",
    "manifest_version": 3,
    "permissions": [
        "contextMenus"
    ],
    "background": {
        "service_worker": "content.js",
        "type": "module"
    },
    "icons": {
        "16": "\/images\/icon-16.png",
        "32": "\/images\/icon-32.png",
        "48": "\/images\/icon-48.png",
        "128": "\/images\/icon-128.png"
    }
}