Find in Letterboxd

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

¿Qué es Find in Letterboxd?

Find in Letterboxd es una extensión de Chrome desarrollada por denolk, y su función principal es "Search selected text on Letterboxd, or find/match the selection on Letterboxd film or crew".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Find in Letterboxd

Descarga archivos de extensión Find in Letterboxd en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre Find in Letterboxd Find in Letterboxd
ID peelfmpndjghimfolkdbflpnekngeioh
URL Oficial https://chromewebstore.google.com/detail/find-in-letterboxd/peelfmpndjghimfolkdbflpnekngeioh
Descripción Search selected text on Letterboxd, or find/match the selection on Letterboxd film or crew
Tamaño del Archivo 16.21 KB
Cantidad de Instalaciones 86
Versión Actual 0.1.1
Última Actualización 2022-07-08
Fecha de Publicación 2022-07-08
Calificación 5.00/5 Total de 1 Calificaciones
Desarrollador denolk
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados 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"
    }
}