Dropbox button

Main links to Dropbox.

What is Dropbox button?

Dropbox button is a Chrome extension developed by https://oubrecht.com, and its main feature is "Main links to Dropbox.".

Extension Screenshots

screenshot

Download Dropbox button Extension CRX File

Download Dropbox button extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Dropbox button Dropbox button
ID ngobegmfecaaelmbphbomolieieinbih
Official URL https://chromewebstore.google.com/detail/dropbox-button/ngobegmfecaaelmbphbomolieieinbih
Description Main links to Dropbox.
File Size 6.84 KB
Installation Count 2,343
Current Version 15.0
Last Updated 2023-08-25
Publish Date 2022-03-23
Rating 5.00/5 Total 1 Ratings
Developer https://oubrecht.com
Email [email protected]
Payment Type free
Extension Website https://oubrecht.com
Help Page URL https://oubrecht.com/kontakt.php
Supported Languages 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"
    }
}