Joplin Search Integration
When using search, related Joplin notes are also displayed in the search results.
Joplin Search Integration क्या है?
Joplin Search Integration rxliuli द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "When using search, related Joplin notes are also displayed in the search results."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Joplin Search Integration एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 |
सहायता पृष्ठ 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": [ " |