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
官方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"
    }
}