Find in Letterboxd

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

Wat is Find in Letterboxd?

Find in Letterboxd is een Chrome-extensie ontwikkeld door denolk, en de belangrijkste functie is "Search selected text on Letterboxd, or find/match the selection on Letterboxd film or crew".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Find in Letterboxd

Download Find in Letterboxd-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Find in Letterboxd Find in Letterboxd
ID peelfmpndjghimfolkdbflpnekngeioh
Officiële URL https://chromewebstore.google.com/detail/find-in-letterboxd/peelfmpndjghimfolkdbflpnekngeioh
Beschrijving Search selected text on Letterboxd, or find/match the selection on Letterboxd film or crew
Bestandsgrootte 16.21 KB
Aantal Installaties 86
Huidige Versie 0.1.1
Laatst Bijgewerkt 2022-07-08
Publicatiedatum 2022-07-08
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar denolk
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    }
}