Nuclia tools
Upload web content to Nuclia search engine
Nuclia tools क्या है?
Nuclia tools webstore द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Upload web content to Nuclia search engine"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Nuclia tools एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 |
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\/*" ] } ] } |