Nuclia tools
Upload web content to Nuclia search engine
Vad är Nuclia tools?
Nuclia tools är en Chrome-tillägg utvecklad av webstore, och dess huvudfunktion är "Upload web content to Nuclia search engine".
Tilläggsskärmbilder
Ladda ner Nuclia tools-förlängningens CRX-fil
Ladda ner Nuclia tools-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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äggande Information om Tillägg
| Namn | |
| ID | omloknocmecnihlkbheeccidmelihanc |
| Officiell webbadress | https://chromewebstore.google.com/detail/nuclia-tools/omloknocmecnihlkbheeccidmelihanc |
| Beskrivning | Upload web content to Nuclia search engine |
| Filstorlek | 69.75 KB |
| Antal Installationer | 36 |
| Aktuell Version | 0.0.5 |
| Senast Uppdaterad | 2024-01-10 |
| Publiceringsdatum | 2022-09-20 |
| Utvecklare | webstore |
| E-post | [email protected] |
| Betalningssätt | free |
| Tilläggswebbplats | https://nuclia.com/ |
| Hjälpsida URL | https://github.com/nuclia/support |
| URL till Sekretesspolicy Sidan | https://nuclia.com/privacy-policy |
| Stödda Språk | 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\/*"
]
}
]
} | |