Nuclia tools
Upload web content to Nuclia search engine
Nuclia toolsとは何ですか?
Nuclia toolsはwebstoreによって開発されたChromeの拡張機能で、その主な機能は「Upload web content to Nuclia search engine」です。
拡張機能のスクリーンショット
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. 拡張機能の基本情報
| 名前 | |
| 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 |
| Eメール | [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\/*"
]
}
]
} | |