chibisafe Uploader

Uploader for chibisafe

chibisafe Uploader란 무엇입니까?

chibisafe Uploader은(는) https://chibisafe.moe에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Uploader for chibisafe"입니다.

확장 프로그램 스크린샷

screenshot

chibisafe Uploader 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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                    

확장 프로그램 기본 정보

이름 chibisafe Uploader chibisafe Uploader
ID enkkmplljfjppcdaancckgilmgoiofnj
공식 URL https://chromewebstore.google.com/detail/chibisafe-uploader/enkkmplljfjppcdaancckgilmgoiofnj
설명 Uploader for chibisafe
파일 크기 65.38 KB
설치 횟수 467
현재 버전 2.0
최근 업데이트 2023-09-10
출시 날짜 2019-01-25
평점 5.00/5 총 4 개의 평점
개발자 https://chibisafe.moe
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/chibisafe/chibisafe-extension
도움말 페이지 URL https://github.com/chibisafe/chibisafe-extension/issues
개인정보 보호 정책 페이지 URL https://pilar.moe/privacy
지원되는 언어 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"
    }
}