Nuclia tools
Upload web content to Nuclia search engine
Cos'è Nuclia tools?
Nuclia tools è un'estensione di Chrome sviluppata da webstore, e la sua funzione principale è "Upload web content to Nuclia search engine".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Nuclia tools
Scarica i file di estensione Nuclia tools 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
Nuclia is an API which lets you build optimized search-experiences for your users. It can index and understand unstructured data like web pages, video or audio contents.
This Chrome extension allows to easily index a web page or a YouTube video in Nuclia. You just need to right-click a link and you can index its corresponding content in your Nuclia knowledge box.
If you have a YouYube API key, it also allows to index all the videos from a YouTube channel or YouTube playlist. Informazioni di Base sull'Estensione
| Nome | |
| ID | omloknocmecnihlkbheeccidmelihanc |
| URL Ufficiale | https://chromewebstore.google.com/detail/nuclia-tools/omloknocmecnihlkbheeccidmelihanc |
| Descrizione | Upload web content to Nuclia search engine |
| Dimensione del File | 69.75 KB |
| Conteggio Installazioni | 36 |
| Versione Corrente | 0.0.5 |
| Ultimo Aggiornamento | 2024-01-10 |
| Data di Pubblicazione | 2022-09-20 |
| Sviluppatore | webstore |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://nuclia.com/ |
| URL della Pagina di Aiuto | https://github.com/nuclia/support |
| URL della Pagina della Politica sulla Privacy | https://nuclia.com/privacy-policy |
| Lingue Supportate | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Nuclia tools",
"description": "Upload web content to Nuclia search engine",
"version": "0.0.5",
"manifest_version": 3,
"icons": {
"16": "icons\/icon16.png",
"32": "icons\/icon32.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"permissions": [
"storage",
"contextMenus",
"tabs",
"notifications"
],
"host_permissions": [
"https:\/\/www.youtube.com\/"
],
"background": {
"service_worker": "background.js"
},
"options_ui": {
"page": "options\/options.html",
"open_in_tab": true
},
"web_accessible_resources": [
{
"resources": [
"options\/options.html"
],
"matches": [
"http:\/\/localhost:4200\/*",
"https:\/\/stashify.cloud\/*",
"https:\/\/nuclia.cloud\/*"
]
}
]
} | |