Nuclia tools

Upload web content to Nuclia search engine

O que é Nuclia tools?

Nuclia tools é uma extensão do Chrome desenvolvida por webstore, e sua principal característica é "Upload web content to Nuclia search engine".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Nuclia tools

Baixe arquivos de extensão Nuclia tools no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Nuclia tools Nuclia tools
ID omloknocmecnihlkbheeccidmelihanc
URL Oficial https://chromewebstore.google.com/detail/nuclia-tools/omloknocmecnihlkbheeccidmelihanc
Descrição Upload web content to Nuclia search engine
Tamanho do Arquivo 69.75 KB
Contagem de Instalações 36
Versão Atual 0.0.5
Última Atualização 2024-01-10
Data de Publicação 2022-09-20
Desenvolvedor webstore
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://nuclia.com/
URL da Página de Ajuda https://github.com/nuclia/support
URL da Página de Política de Privacidade https://nuclia.com/privacy-policy
Idiomas Suportados 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\/*"
            ]
        }
    ]
}