Nuclia tools

Upload web content to Nuclia search engine

什麼是Nuclia tools?

Nuclia tools是由webstore開發的Chrome擴展程式,該擴展的主要功能是“Upload web content to Nuclia search engine”。

擴展截圖

screenshot
screenshot

下載Nuclia tools擴展crx文件

下載Nuclia tools擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 Nuclia tools Nuclia tools
ID omloknocmecnihlkbheeccidmelihanc
官方網址 https://chromewebstore.google.com/detail/nuclia-tools/omloknocmecnihlkbheeccidmelihanc
簡介 Upload web content to Nuclia search engine
檔案大小 69.75 KB
安裝次數 36
目前版本 0.0.5
更新時間 2024-01-10
上架時間 2022-09-20
開發者 webstore
電子郵箱 [email protected]
付費類型 free
擴展官網 https://nuclia.com/
說明頁面URL https://github.com/nuclia/support
隱私政策頁面URL https://nuclia.com/privacy-policy
支援的語言 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\/*"
            ]
        }
    ]
}