Dropbox button

Main links to Dropbox.

Vad är Dropbox button?

Dropbox button är en Chrome-tillägg utvecklad av https://oubrecht.com, och dess huvudfunktion är "Main links to Dropbox.".

Tilläggsskärmbilder

screenshot

Ladda ner Dropbox button-förlängningens CRX-fil

Ladda ner Dropbox button-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn Dropbox button Dropbox button
ID ngobegmfecaaelmbphbomolieieinbih
Officiell webbadress https://chromewebstore.google.com/detail/dropbox-button/ngobegmfecaaelmbphbomolieieinbih
Beskrivning Main links to Dropbox.
Filstorlek 6.84 KB
Antal Installationer 2,343
Aktuell Version 15.0
Senast Uppdaterad 2023-08-25
Publiceringsdatum 2022-03-23
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare https://oubrecht.com
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://oubrecht.com
Hjälpsida URL https://oubrecht.com/kontakt.php
Stödda Språk 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"
    }
}