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 擴展基本資訊
| 名稱 | |
| ID | cmgdpmlhgjhoadnonobjeekmfcehffco |
| 官方網址 | 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 |
| 電子郵箱 | [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"
}
} | |