ollama-ui
This extension hosts an ollama-ui web server on localhost
What is ollama-ui?
ollama-ui is a Chrome extension developed by ollama.ai.ui, and its main feature is "This extension hosts an ollama-ui web server on localhost".
Extension Screenshots
Download ollama-ui Extension CRX File
Download ollama-ui extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Just a simple HTML UI for Ollama
Source: https://github.com/ollama-ui/ollama-ui Extension Basic Information
| Name | |
| ID | cmgdpmlhgjhoadnonobjeekmfcehffco |
| Official URL | https://chromewebstore.google.com/detail/ollama-ui/cmgdpmlhgjhoadnonobjeekmfcehffco |
| Description | This extension hosts an ollama-ui web server on localhost |
| File Size | 149 KB |
| Installation Count | 3,000 |
| Current Version | 1.6 |
| Last Updated | 2023-10-01 |
| Publish Date | 2023-08-09 |
| Rating | 4.90/5 Total 10 Ratings |
| Developer | ollama.ai.ui |
| [email protected] | |
| Payment Type | free |
| Extension Website | https://github.com/ollama-ui/ollama-ui |
| Help Page URL | https://github.com/ollama-ui/ollama-ui |
| Supported Languages | 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"
}
} | |