Nuclia tools

Upload web content to Nuclia search engine

Qu'est-ce que Nuclia tools ?

Nuclia tools est une extension Chrome développée par webstore, et sa fonction principale est "Upload web content to Nuclia search engine".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Nuclia tools

Téléchargez les fichiers d'extension Nuclia tools au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Nuclia tools Nuclia tools
ID omloknocmecnihlkbheeccidmelihanc
URL Officiel https://chromewebstore.google.com/detail/nuclia-tools/omloknocmecnihlkbheeccidmelihanc
Description Upload web content to Nuclia search engine
Taille du Fichier 69.75 KB
Nombre d'Installations 36
Version Actuelle 0.0.5
Dernière Mise à Jour 2024-01-10
Date de Publication 2022-09-20
Développeur webstore
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://nuclia.com/
URL de la Page d'Aide https://github.com/nuclia/support
URL de la Page de Politique de Confidentialité https://nuclia.com/privacy-policy
Langues Prises en Charge 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\/*"
            ]
        }
    ]
}