Find in Letterboxd
Search selected text on Letterboxd, or find/match the selection on Letterboxd film or crew
Apa itu Find in Letterboxd?
Find in Letterboxd adalah ekstensi Chrome yang dikembangkan oleh denolk, dan fitur utamanya adalah "Search selected text on Letterboxd, or find/match the selection on Letterboxd film or crew".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Find in Letterboxd
Unduh file ekstensi Find in Letterboxd dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | Find in Letterboxd |
ID | peelfmpndjghimfolkdbflpnekngeioh |
URL Resmi | https://chromewebstore.google.com/detail/find-in-letterboxd/peelfmpndjghimfolkdbflpnekngeioh |
Deskripsi | Search selected text on Letterboxd, or find/match the selection on Letterboxd film or crew |
Ukuran File | 16.21 KB |
Jumlah Instalasi | 86 |
Versi Saat Ini | 0.1.1 |
Terakhir Diperbarui | 2022-07-08 |
Tanggal Publikasi | 2022-07-08 |
Penilaian | 5.00/5 Total 1 Penilaian |
Pengembang | denolk |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" } } |