Find in Letterboxd

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

Co je Find in Letterboxd?

Find in Letterboxd je rozšíření Chrome vyvinuté denolk, a jeho hlavní funkcí je „Search selected text on Letterboxd, or find/match the selection on Letterboxd film or crew“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Find in Letterboxd

Stáhněte si soubory rozšíření Find in Letterboxd ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Find in Letterboxd Find in Letterboxd
ID peelfmpndjghimfolkdbflpnekngeioh
Oficiální URL https://chromewebstore.google.com/detail/find-in-letterboxd/peelfmpndjghimfolkdbflpnekngeioh
Popis Search selected text on Letterboxd, or find/match the selection on Letterboxd film or crew
Velikost souboru 16.21 KB
Počet instalací 86
Aktuální Verze 0.1.1
Poslední Aktualizace 2022-07-08
Datum Vydání 2022-07-08
Hodnocení 5.00/5 Celkem 1 Hodnocení
Vývojář denolk
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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"
    }
}