Joplin Search Integration
When using search, related Joplin notes are also displayed in the search results.
ما هو Joplin Search Integration؟
Joplin Search Integration هو إضافة Chrome تم تطويرها بواسطة rxliuli، والميزة الرئيسية لها هي "When using search, related Joplin notes are also displayed in the search results.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Joplin Search Integration
قم بتنزيل ملفات الامتداد Joplin Search Integration بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
## Introduction When using web search, related Joplin notes are also displayed in the search results. ## FAQ ### What does token/port refer to and where can I find it? You can usually see it in **Tools > Options > Web Clipper** ### No search results in Brave browser In fact, Brave will block resources from other domains by default, so you can turn it off on the Google search site. ## Contribute If you want to add new search engine support, you can raise an issue, or fork it and then modify it to mention PR (very simple) 1. in manifest.json add the url of matching search engine 2. implement BaseSearchEngineAdapter interface
معلومات أساسية عن التمديد
الاسم | Joplin Search Integration |
ID | mcjkdcifkhjenpfjacnbhpdcnjknjkhj |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/joplin-search-integration/mcjkdcifkhjenpfjacnbhpdcnjknjkhj |
الوصف | When using search, related Joplin notes are also displayed in the search results. |
حجم الملف | 221 KB |
عدد التثبيتات | 738 |
النسخة الحالية | 0.6.4 |
آخر تحديث | 2024-02-17 |
تاريخ النشر | 2021-03-08 |
تقييم | 4.75/5 مجموع تقييمات 8 |
المطور | rxliuli |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://github.com/rxliuli/joplin-utils/tree/master/packages/joplin-search-integration |
عنوان صفحة المساعدة | https://github.com/rxliuli/joplin-utils/issues |
عنوان صفحة سياسة الخصوصية | https://joplin-utils.rxliuli.com/joplin-search-integration/privacy.html |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Joplin Search Integration", "version": "0.6.4", "description": "When using search, related Joplin notes are also displayed in the search results.", "manifest_version": 3, "background": { "service_worker": "service-worker-loader.js", "type": "module" }, "content_scripts": [ { "js": [ "assets\/main.tsx-loader-Bt0krIj0.js" ], "matches": [ " |