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 |
电子邮箱 | [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" } } |