ollama-ui
This extension hosts an ollama-ui web server on localhost
Was ist ollama-ui?
ollama-ui ist eine Chrome-Erweiterung, die von ollama.ai.ui entwickelt wurde, und ihr Hauptmerkmal ist "This extension hosts an ollama-ui web server on localhost".
Erweiterungsscreenshots
ollama-ui-Erweiterungs-CRX-Datei herunterladen
Laden Sie ollama-ui-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Just a simple HTML UI for Ollama
Source: https://github.com/ollama-ui/ollama-ui Grundlegende Informationen zur Erweiterung
| Name | |
| ID | cmgdpmlhgjhoadnonobjeekmfcehffco |
| Offizielle URL | https://chromewebstore.google.com/detail/ollama-ui/cmgdpmlhgjhoadnonobjeekmfcehffco |
| Beschreibung | This extension hosts an ollama-ui web server on localhost |
| Dateigröße | 149 KB |
| Installationsanzahl | 3,000 |
| Aktuelle Version | 1.6 |
| Letztes Update | 2023-10-01 |
| Veröffentlichungsdatum | 2023-08-09 |
| Bewertung | 4.90/5 Insgesamt 10 Bewertungen |
| Entwickler | ollama.ai.ui |
| [email protected] | |
| Zahlungsart | free |
| Erweiterungswebsite | https://github.com/ollama-ui/ollama-ui |
| Hilfeseite URL | https://github.com/ollama-ui/ollama-ui |
| Unterstützte Sprachen | 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"
}
} | |