Nuclia tools
Upload web content to Nuclia search engine
Hvad er Nuclia tools?
Nuclia tools er en Chrome-udvidelse udviklet af webstore, og dens hovedfunktion er "Upload web content to Nuclia search engine".
Udvidelsesskærmbilleder
Download Nuclia tools-udvidelses-CRX-fil
Download Nuclia tools-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | Nuclia tools |
ID | omloknocmecnihlkbheeccidmelihanc |
Officiel URL | https://chromewebstore.google.com/detail/nuclia-tools/omloknocmecnihlkbheeccidmelihanc |
Beskrivelse | Upload web content to Nuclia search engine |
Filstørrelse | 69.75 KB |
Antal Installationer | 36 |
Nuværende Version | 0.0.5 |
Senest Opdateret | 2024-01-10 |
Udgivelsesdato | 2022-09-20 |
Udvikler | webstore |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://nuclia.com/ |
Hjælpeside-URL | https://github.com/nuclia/support |
URL til Fortrolighedspolitik Side | https://nuclia.com/privacy-policy |
Understøttede Sprog | 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\/*" ] } ] } |