Nuclia tools

Upload web content to Nuclia search engine

What is Nuclia tools?

Nuclia tools is a Chrome extension developed by webstore, and its main feature is "Upload web content to Nuclia search engine".

Extension Screenshots

screenshot
screenshot

Download Nuclia tools Extension CRX File

Download Nuclia tools extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Nuclia tools Nuclia tools
ID omloknocmecnihlkbheeccidmelihanc
Official URL https://chromewebstore.google.com/detail/nuclia-tools/omloknocmecnihlkbheeccidmelihanc
Description Upload web content to Nuclia search engine
File Size 69.75 KB
Installation Count 36
Current Version 0.0.5
Last Updated 2024-01-10
Publish Date 2022-09-20
Developer webstore
Email [email protected]
Payment Type free
Extension Website https://nuclia.com/
Help Page URL https://github.com/nuclia/support
Privacy Policy Page URL https://nuclia.com/privacy-policy
Supported Languages 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\/*"
            ]
        }
    ]
}