Nuclia tools

Upload web content to Nuclia search engine

Nuclia toolsคืออะไร?

Nuclia tools เป็นส่วนขยายของ Chrome ที่พัฒนาโดย webstore และคุณลักษณะหลักของมันคือ "Upload web content to Nuclia search engine"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Nuclia tools

ดาวน์โหลดไฟล์ส่วนขยาย 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
URL อย่างเป็นทางการ 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\/*"
            ]
        }
    ]
}