ollama-ui

This extension hosts an ollama-ui web server on localhost

ollama-ui là gì?

ollama-ui là một tiện ích mở rộng Chrome được phát triển bởi ollama.ai.ui, và tính năng chính của nó là "This extension hosts an ollama-ui web server on localhost".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng ollama-ui

Tải xuống các tệp mở rộng ollama-ui dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Just a simple HTML UI for Ollama

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên ollama-ui ollama-ui
ID cmgdpmlhgjhoadnonobjeekmfcehffco
URL Chính Thức https://chromewebstore.google.com/detail/ollama-ui/cmgdpmlhgjhoadnonobjeekmfcehffco
Mô tả This extension hosts an ollama-ui web server on localhost
Kích Thước Tệp 149 KB
Số Lần Cài Đặt 3,000
Phiên Bản Hiện Tại 1.6
Cập Nhật Lần Cuối 2023-10-01
Ngày Phát Hành 2023-08-09
Đánh Giá 4.90/5 Tổng số 10 Đánh Giá
Nhà Phát Triển ollama.ai.ui
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/ollama-ui/ollama-ui
URL Trang Trợ Giúp https://github.com/ollama-ui/ollama-ui
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}