Find in Letterboxd

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

Co to jest Find in Letterboxd?

Find in Letterboxd to rozszerzenie Chrome opracowane przez denolk, a jego główną funkcją jest „Search selected text on Letterboxd, or find/match the selection on Letterboxd film or crew”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Find in Letterboxd

Pobierz pliki rozszerzeń Find in Letterboxd w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Find in Letterboxd Find in Letterboxd
ID peelfmpndjghimfolkdbflpnekngeioh
Oficjalny URL https://chromewebstore.google.com/detail/find-in-letterboxd/peelfmpndjghimfolkdbflpnekngeioh
Opis Search selected text on Letterboxd, or find/match the selection on Letterboxd film or crew
Rozmiar pliku 16.21 KB
Liczba instalacji 86
Aktualna Wersja 0.1.1
Ostatnia Aktualizacja 2022-07-08
Data Publikacji 2022-07-08
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper denolk
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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"
    }
}