Nuclia tools

Upload web content to Nuclia search engine

Nuclia tools là gì?

Nuclia tools là một tiện ích mở rộng Chrome được phát triển bởi webstore, và tính năng chính của nó là "Upload web content to Nuclia search engine".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Nuclia tools

Tải xuống các tệp mở rộng Nuclia tools dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Nuclia tools Nuclia tools
ID omloknocmecnihlkbheeccidmelihanc
URL Chính Thức https://chromewebstore.google.com/detail/nuclia-tools/omloknocmecnihlkbheeccidmelihanc
Mô tả Upload web content to Nuclia search engine
Kích Thước Tệp 69.75 KB
Số Lần Cài Đặt 36
Phiên Bản Hiện Tại 0.0.5
Cập Nhật Lần Cuối 2024-01-10
Ngày Phát Hành 2022-09-20
Nhà Phát Triển webstore
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://nuclia.com/
URL Trang Trợ Giúp https://github.com/nuclia/support
URL Trang Chính Sách Bảo Mật https://nuclia.com/privacy-policy
Ngôn Ngữ Được Hỗ Trợ 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\/*"
            ]
        }
    ]
}