ollama-ui
This extension hosts an ollama-ui web server on localhost
Wat is ollama-ui?
ollama-ui is een Chrome-extensie ontwikkeld door ollama.ai.ui, en de belangrijkste functie is "This extension hosts an ollama-ui web server on localhost".
Extensie Screenshots
Download het CRX-bestand van de extensie ollama-ui
Download ollama-ui-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Just a simple HTML UI for Ollama
Source: https://github.com/ollama-ui/ollama-ui Basisinformatie over de Extensie
| Naam | |
| ID | cmgdpmlhgjhoadnonobjeekmfcehffco |
| Officiële URL | https://chromewebstore.google.com/detail/ollama-ui/cmgdpmlhgjhoadnonobjeekmfcehffco |
| Beschrijving | This extension hosts an ollama-ui web server on localhost |
| Bestandsgrootte | 149 KB |
| Aantal Installaties | 3,000 |
| Huidige Versie | 1.6 |
| Laatst Bijgewerkt | 2023-10-01 |
| Publicatiedatum | 2023-08-09 |
| Beoordeling | 4.90/5 Totaal 10 Beoordelingen |
| Ontwikkelaar | ollama.ai.ui |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://github.com/ollama-ui/ollama-ui |
| Help Pagina-URL | https://github.com/ollama-ui/ollama-ui |
| Ondersteunde Talen | 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"
}
} | |