Dropbox button

Main links to Dropbox.

Apa itu Dropbox button?

Dropbox button adalah ekstensi Chrome yang dikembangkan oleh https://oubrecht.com, dan fitur utamanya adalah "Main links to Dropbox.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Dropbox button

Unduh file ekstensi Dropbox button dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Dropbox button Dropbox button
ID ngobegmfecaaelmbphbomolieieinbih
URL Resmi https://chromewebstore.google.com/detail/dropbox-button/ngobegmfecaaelmbphbomolieieinbih
Deskripsi Main links to Dropbox.
Ukuran File 6.84 KB
Jumlah Instalasi 2,343
Versi Saat Ini 15.0
Terakhir Diperbarui 2023-08-25
Tanggal Publikasi 2022-03-23
Penilaian 5.00/5 Total 1 Penilaian
Pengembang https://oubrecht.com
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://oubrecht.com
URL Halaman Bantuan https://oubrecht.com/kontakt.php
Bahasa yang Didukung 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"
    }
}