Dropbox button

Main links to Dropbox.

什麼是Dropbox button?

Dropbox button是由https://oubrecht.com開發的Chrome擴展程式,該擴展的主要功能是“Main links to Dropbox.”。

擴展截圖

screenshot

下載Dropbox button擴展crx文件

下載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
官方網址 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"
    }
}