Nuclia tools
Upload web content to Nuclia search engine
Was ist Nuclia tools?
Nuclia tools ist eine Chrome-Erweiterung, die von webstore entwickelt wurde, und ihr Hauptmerkmal ist "Upload web content to Nuclia search engine".
Erweiterungsscreenshots
Nuclia tools-Erweiterungs-CRX-Datei herunterladen
Laden Sie Nuclia tools-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | Nuclia tools |
ID | omloknocmecnihlkbheeccidmelihanc |
Offizielle URL | https://chromewebstore.google.com/detail/nuclia-tools/omloknocmecnihlkbheeccidmelihanc |
Beschreibung | Upload web content to Nuclia search engine |
Dateigröße | 69.75 KB |
Installationsanzahl | 36 |
Aktuelle Version | 0.0.5 |
Letztes Update | 2024-01-10 |
Veröffentlichungsdatum | 2022-09-20 |
Entwickler | webstore |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://nuclia.com/ |
Hilfeseite URL | https://github.com/nuclia/support |
URL der Datenschutzrichtlinien-Seite | https://nuclia.com/privacy-policy |
Unterstützte Sprachen | 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\/*" ] } ] } |