ollama-ui
This extension hosts an ollama-ui web server on localhost
Qu'est-ce que ollama-ui ?
ollama-ui est une extension Chrome développée par ollama.ai.ui, et sa fonction principale est "This extension hosts an ollama-ui web server on localhost".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension ollama-ui
Téléchargez les fichiers d'extension ollama-ui au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Just a simple HTML UI for Ollama Source: https://github.com/ollama-ui/ollama-ui
Informations de Base sur l'Extension
Nom | ollama-ui |
ID | cmgdpmlhgjhoadnonobjeekmfcehffco |
URL Officiel | https://chromewebstore.google.com/detail/ollama-ui/cmgdpmlhgjhoadnonobjeekmfcehffco |
Description | This extension hosts an ollama-ui web server on localhost |
Taille du Fichier | 149 KB |
Nombre d'Installations | 3,000 |
Version Actuelle | 1.6 |
Dernière Mise à Jour | 2023-10-01 |
Date de Publication | 2023-08-09 |
Évaluation | 4.90/5 Total 10 Évaluations |
Développeur | ollama.ai.ui |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/ollama-ui/ollama-ui |
URL de la Page d'Aide | https://github.com/ollama-ui/ollama-ui |
Langues Prises en Charge | 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" } } |