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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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
URL หน้าช่วยเหลือ 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"
    }
}