Joplin Search Integration
When using search, related Joplin notes are also displayed in the search results.
Qu'est-ce que Joplin Search Integration ?
Joplin Search Integration est une extension Chrome développée par rxliuli, et sa fonction principale est "When using search, related Joplin notes are also displayed in the search results.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Joplin Search Integration
Téléchargez les fichiers d'extension Joplin Search Integration au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
## 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
Informations de Base sur l'Extension
Nom | Joplin Search Integration |
ID | mcjkdcifkhjenpfjacnbhpdcnjknjkhj |
URL Officiel | https://chromewebstore.google.com/detail/joplin-search-integration/mcjkdcifkhjenpfjacnbhpdcnjknjkhj |
Description | When using search, related Joplin notes are also displayed in the search results. |
Taille du Fichier | 221 KB |
Nombre d'Installations | 738 |
Version Actuelle | 0.6.4 |
Dernière Mise à Jour | 2024-02-17 |
Date de Publication | 2021-03-08 |
Évaluation | 4.75/5 Total 8 Évaluations |
Développeur | rxliuli |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/rxliuli/joplin-utils/tree/master/packages/joplin-search-integration |
URL de la Page d'Aide | https://github.com/rxliuli/joplin-utils/issues |
URL de la Page de Politique de Confidentialité | https://joplin-utils.rxliuli.com/joplin-search-integration/privacy.html |
Langues Prises en Charge | 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": [ " |