chibisafe Uploader

Uploader for chibisafe

chibisafe Uploaderとは何ですか?

chibisafe Uploaderはhttps://chibisafe.moeによって開発されたChromeの拡張機能で、その主な機能は「Uploader for chibisafe」です。

拡張機能のスクリーンショット

screenshot

chibisafe Uploader拡張機能のCRXファイルをダウンロード

chibisafe Uploader拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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"
    }
}