Dropbox button

Main links to Dropbox.

ما هو Dropbox button؟

Dropbox button هو إضافة Chrome تم تطويرها بواسطة https://oubrecht.com، والميزة الرئيسية لها هي "Main links to Dropbox.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Dropbox button

قم بتنزيل ملفات الامتداد Dropbox button بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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.                    

معلومات أساسية عن التمديد

الاسم Dropbox button Dropbox button
ID ngobegmfecaaelmbphbomolieieinbih
عنوان URL الرسمي https://chromewebstore.google.com/detail/dropbox-button/ngobegmfecaaelmbphbomolieieinbih
الوصف Main links to Dropbox.
حجم الملف 6.84 KB
عدد التثبيتات 2,343
النسخة الحالية 15.0
آخر تحديث 2023-08-25
تاريخ النشر 2022-03-23
تقييم 5.00/5 مجموع تقييمات 1
المطور https://oubrecht.com
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://oubrecht.com
عنوان صفحة المساعدة https://oubrecht.com/kontakt.php
اللغات المدعومة 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"
    }
}