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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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/
عنوان صفحة المساعدة https://github.com/nuclia/support
عنوان صفحة سياسة الخصوصية 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\/*"
            ]
        }
    ]
}