Dropbox button

Main links to Dropbox.

Dropbox buttonとは何ですか?

Dropbox buttonはhttps://oubrecht.comによって開発されたChromeの拡張機能で、その主な機能は「Main links to Dropbox.」です。

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

screenshot

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

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

拡張機能の使用方法

                        Main links to Dropbox.
Dropbox button is little popup menu with main links to your Dropbox.
You have main shortcuts to your Files, Photos, Settings... in you Dropbox.

This is unofficial addon.                    

拡張機能の基本情報

名前 Dropbox button Dropbox button
ID ngobegmfecaaelmbphbomolieieinbih
公式URL https://chromewebstore.google.com/detail/dropbox-button/ngobegmfecaaelmbphbomolieieinbih
説明 Main links to Dropbox.
ファイルサイズ 6.84 KB
インストール数 2,343
現在のバージョン 15.0
最終更新日 2023-08-25
公開日 2022-03-23
評価 5.00/5 合計 1 レビュー
開発者 https://oubrecht.com
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://oubrecht.com
ヘルプページのURL https://oubrecht.com/kontakt.php
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Dropbox button",
    "version": "15.0",
    "description": "Main links to Dropbox.",
    "icons": {
        "128": "icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "functions.js"
            ]
        }
    ],
    "action": {
        "default_title": "Dropbox button",
        "default_icon": "icon.png",
        "default_popup": "background.html"
    }
}