Nuclia tools
Upload web content to Nuclia search engine
Wat is Nuclia tools?
Nuclia tools is een Chrome-extensie ontwikkeld door webstore, en de belangrijkste functie is "Upload web content to Nuclia search engine".
Extensie Screenshots
Download het CRX-bestand van de extensie Nuclia tools
Download Nuclia tools-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Nuclia tools |
ID | omloknocmecnihlkbheeccidmelihanc |
Officiële URL | https://chromewebstore.google.com/detail/nuclia-tools/omloknocmecnihlkbheeccidmelihanc |
Beschrijving | Upload web content to Nuclia search engine |
Bestandsgrootte | 69.75 KB |
Aantal Installaties | 36 |
Huidige Versie | 0.0.5 |
Laatst Bijgewerkt | 2024-01-10 |
Publicatiedatum | 2022-09-20 |
Ontwikkelaar | webstore |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://nuclia.com/ |
Help Pagina-URL | https://github.com/nuclia/support |
URL van de Privacybeleid Pagina | https://nuclia.com/privacy-policy |
Ondersteunde Talen | 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\/*" ] } ] } |