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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
## 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 |
URL หน้าช่วยเหลือ | https://github.com/rxliuli/joplin-utils/issues |
URL หน้านโยบายความเป็นส่วนตัว | 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": [ " |