Joplin Search Integration
When using search, related Joplin notes are also displayed in the search results.
Cos'è Joplin Search Integration?
Joplin Search Integration è un'estensione di Chrome sviluppata da rxliuli, e la sua funzione principale è "When using search, related Joplin notes are also displayed in the search results.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Joplin Search Integration
Scarica i file di estensione Joplin Search Integration in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
## 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
Informazioni di Base sull'Estensione
Nome | Joplin Search Integration |
ID | mcjkdcifkhjenpfjacnbhpdcnjknjkhj |
URL Ufficiale | https://chromewebstore.google.com/detail/joplin-search-integration/mcjkdcifkhjenpfjacnbhpdcnjknjkhj |
Descrizione | When using search, related Joplin notes are also displayed in the search results. |
Dimensione del File | 221 KB |
Conteggio Installazioni | 738 |
Versione Corrente | 0.6.4 |
Ultimo Aggiornamento | 2024-02-17 |
Data di Pubblicazione | 2021-03-08 |
Valutazione | 4.75/5 Totale 8 Valutazioni |
Sviluppatore | rxliuli |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/rxliuli/joplin-utils/tree/master/packages/joplin-search-integration |
URL della Pagina di Aiuto | https://github.com/rxliuli/joplin-utils/issues |
URL della Pagina della Politica sulla Privacy | https://joplin-utils.rxliuli.com/joplin-search-integration/privacy.html |
Lingue Supportate | 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": [ " |