Dropbox button

Main links to Dropbox.

Hvad er Dropbox button?

Dropbox button er en Chrome-udvidelse udviklet af https://oubrecht.com, og dens hovedfunktion er "Main links to Dropbox.".

Udvidelsesskærmbilleder

screenshot

Download Dropbox button-udvidelses-CRX-fil

Download Dropbox button-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Dropbox button Dropbox button
ID ngobegmfecaaelmbphbomolieieinbih
Officiel URL https://chromewebstore.google.com/detail/dropbox-button/ngobegmfecaaelmbphbomolieieinbih
Beskrivelse Main links to Dropbox.
Filstørrelse 6.84 KB
Antal Installationer 2,343
Nuværende Version 15.0
Senest Opdateret 2023-08-25
Udgivelsesdato 2022-03-23
Bedømmelse 5.00/5 Samlet 1 Bedømmelser
Udvikler https://oubrecht.com
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://oubrecht.com
Hjælpeside-URL https://oubrecht.com/kontakt.php
Understøttede Sprog 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"
    }
}