Dropbox button

Main links to Dropbox.

Wat is Dropbox button?

Dropbox button is een Chrome-extensie ontwikkeld door https://oubrecht.com, en de belangrijkste functie is "Main links to Dropbox.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Dropbox button

Download Dropbox button-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Dropbox button Dropbox button
ID ngobegmfecaaelmbphbomolieieinbih
Officiële URL https://chromewebstore.google.com/detail/dropbox-button/ngobegmfecaaelmbphbomolieieinbih
Beschrijving Main links to Dropbox.
Bestandsgrootte 6.84 KB
Aantal Installaties 2,343
Huidige Versie 15.0
Laatst Bijgewerkt 2023-08-25
Publicatiedatum 2022-03-23
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar https://oubrecht.com
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://oubrecht.com
Help Pagina-URL https://oubrecht.com/kontakt.php
Ondersteunde Talen 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"
    }
}