ollama-ui

This extension hosts an ollama-ui web server on localhost

Vad är ollama-ui?

ollama-ui är en Chrome-tillägg utvecklad av ollama.ai.ui, och dess huvudfunktion är "This extension hosts an ollama-ui web server on localhost".

Tilläggsskärmbilder

screenshot

Ladda ner ollama-ui-förlängningens CRX-fil

Ladda ner ollama-ui-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        Just a simple HTML UI for Ollama

Source: https://github.com/ollama-ui/ollama-ui                    

Grundläggande Information om Tillägg

Namn ollama-ui ollama-ui
ID cmgdpmlhgjhoadnonobjeekmfcehffco
Officiell webbadress https://chromewebstore.google.com/detail/ollama-ui/cmgdpmlhgjhoadnonobjeekmfcehffco
Beskrivning This extension hosts an ollama-ui web server on localhost
Filstorlek 149 KB
Antal Installationer 3,000
Aktuell Version 1.6
Senast Uppdaterad 2023-10-01
Publiceringsdatum 2023-08-09
Betyg 4.90/5 Totalt 10 Betyg
Utvecklare ollama.ai.ui
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://github.com/ollama-ui/ollama-ui
Hjälpsida URL https://github.com/ollama-ui/ollama-ui
Stödda Språk 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"
    }
}