ollama-ui
This extension hosts an ollama-ui web server on localhost
ollama-uiとは何ですか?
ollama-uiはollama.ai.uiによって開発されたChromeの拡張機能で、その主な機能は「This extension hosts an ollama-ui web server on localhost」です。
拡張機能のスクリーンショット
ollama-ui拡張機能のCRXファイルをダウンロード
ollama-ui拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Just a simple HTML UI for Ollama Source: https://github.com/ollama-ui/ollama-ui
拡張機能の基本情報
名前 | ollama-ui |
ID | cmgdpmlhgjhoadnonobjeekmfcehffco |
公式URL | https://chromewebstore.google.com/detail/ollama-ui/cmgdpmlhgjhoadnonobjeekmfcehffco |
説明 | This extension hosts an ollama-ui web server on localhost |
ファイルサイズ | 149 KB |
インストール数 | 3,000 |
現在のバージョン | 1.6 |
最終更新日 | 2023-10-01 |
公開日 | 2023-08-09 |
評価 | 4.90/5 合計 10 レビュー |
開発者 | ollama.ai.ui |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/ollama-ui/ollama-ui |
ヘルプページのURL | https://github.com/ollama-ui/ollama-ui |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "ollama-ui", "description": "This extension hosts an ollama-ui web server on localhost", "version": "1.6", "action": [], "permissions": [ "declarativeNetRequest" ], "host_permissions": [ "http:\/\/*:11434\/api\/tags", "http:\/\/*:11434\/api\/generate" ], "background": { "service_worker": "background.js" }, "icons": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "128": "icon128.png" } } |