Find in Letterboxd
Search selected text on Letterboxd, or find/match the selection on Letterboxd film or crew
ما هو Find in Letterboxd؟
Find in Letterboxd هو إضافة Chrome تم تطويرها بواسطة denolk، والميزة الرئيسية لها هي "Search selected text on Letterboxd, or find/match the selection on Letterboxd film or crew".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Find in Letterboxd
قم بتنزيل ملفات الامتداد Find in Letterboxd بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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.
معلومات أساسية عن التمديد
الاسم | Find in Letterboxd |
ID | peelfmpndjghimfolkdbflpnekngeioh |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/find-in-letterboxd/peelfmpndjghimfolkdbflpnekngeioh |
الوصف | Search selected text on Letterboxd, or find/match the selection on Letterboxd film or crew |
حجم الملف | 16.21 KB |
عدد التثبيتات | 86 |
النسخة الحالية | 0.1.1 |
آخر تحديث | 2022-07-08 |
تاريخ النشر | 2022-07-08 |
تقييم | 5.00/5 مجموع تقييمات 1 |
المطور | denolk |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | 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" } } |