chibisafe Uploader

Uploader for chibisafe

chibisafe Uploader là gì?

chibisafe Uploader là một tiện ích mở rộng Chrome được phát triển bởi https://chibisafe.moe, và tính năng chính của nó là "Uploader for chibisafe".

Ả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 chibisafe Uploader

Tải xuống các tệp mở rộng chibisafe Uploader 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

                        Companion extension for the chibisafe service.

Chibisafe is an open-source self-hosted file hosting service that allows for fast and easy file uploads. This extension aims to make it easy to upload to a chibisafe instance by adding a few new options to the context menu for quick uploading.

These options include:
• Upload to chibisafe (appears only when right clicked on any images/videos/audio)
• Screenshot page/Screenshot selection
• Upload to album (appears only when an API key is provided)

To setup open the extension's options page and:
• Enter the url of the chibisafe instance you will be uploading to.
• Optional: Enter your API token that can be found within your chibisafe dashboard. This will ensure that your uploads will appear within your dashboard as well as allowing uploading to albums.

Users running their own instance of chibisafe are encouraged to run the latest version of chibisafe to ensure this extension's compatibility. 

Chibisafe GitHub: https://github.com/chibisafe/chibisafe
Chibisafe Extension GitHub: https://github.com/chibisafe/chibisafe-extension                    

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

Tên chibisafe Uploader chibisafe Uploader
ID enkkmplljfjppcdaancckgilmgoiofnj
URL Chính Thức https://chromewebstore.google.com/detail/chibisafe-uploader/enkkmplljfjppcdaancckgilmgoiofnj
Mô tả Uploader for chibisafe
Kích Thước Tệp 65.38 KB
Số Lần Cài Đặt 467
Phiên Bản Hiện Tại 2.0
Cập Nhật Lần Cuối 2023-09-10
Ngày Phát Hành 2019-01-25
Đánh Giá 5.00/5 Tổng số 4 Đánh Giá
Nhà Phát Triển https://chibisafe.moe
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/chibisafe/chibisafe-extension
URL Trang Trợ Giúp https://github.com/chibisafe/chibisafe-extension/issues
URL Trang Chính Sách Bảo Mật https://pilar.moe/privacy
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "chibisafe Uploader",
    "description": "Uploader for chibisafe",
    "version": "2023.9.8.0",
    "version_name": "2.0",
    "minimum_chrome_version": "93.0",
    "options_ui": {
        "page": "settings.html",
        "open_in_tab": true
    },
    "icons": {
        "48": "images\/logo-48x48.png",
        "128": "images\/logo-128x128.png"
    },
    "permissions": [
        "contextMenus",
        "storage",
        "notifications",
        "scripting",
        "declarativeNetRequest"
    ],
    "host_permissions": [
        ""
    ],
    "background": {
        "service_worker": "js\/background.mv3.js",
        "type": "module"
    }
}