Dropbox button

Main links to Dropbox.

Was ist Dropbox button?

Dropbox button ist eine Chrome-Erweiterung, die von https://oubrecht.com entwickelt wurde, und ihr Hauptmerkmal ist "Main links to Dropbox.".

Erweiterungsscreenshots

screenshot

Dropbox button-Erweiterungs-CRX-Datei herunterladen

Laden Sie Dropbox button-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Dropbox button Dropbox button
ID ngobegmfecaaelmbphbomolieieinbih
Offizielle URL https://chromewebstore.google.com/detail/dropbox-button/ngobegmfecaaelmbphbomolieieinbih
Beschreibung Main links to Dropbox.
Dateigröße 6.84 KB
Installationsanzahl 2,343
Aktuelle Version 15.0
Letztes Update 2023-08-25
Veröffentlichungsdatum 2022-03-23
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler https://oubrecht.com
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://oubrecht.com
Hilfeseite URL https://oubrecht.com/kontakt.php
Unterstützte Sprachen 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"
    }
}