Dropbox Quick Menu

Quick Menu for Dropbox.

What is Dropbox Quick Menu?

Dropbox Quick Menu is a Chrome extension developed by https://hahahumble.com, and its main feature is "Quick Menu for Dropbox.".

Extension Screenshots

screenshot
screenshot

Download Dropbox Quick Menu Extension CRX File

Download Dropbox Quick Menu extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Open your Dropbox from the popup menu in a single click.

✨ Features
* ⚡️ Open Home, Shared, Recent, and Trash in one click.
* 🌛 Beautiful user interface and supports dark mode.

❗️ Notice
* This extension doesn't need any permission.                    

Extension Basic Information

Name Dropbox Quick Menu Dropbox Quick Menu
ID elhdnmbdkdakolfipfmgdmlnekaejaac
Official URL https://chromewebstore.google.com/detail/dropbox-quick-menu/elhdnmbdkdakolfipfmgdmlnekaejaac
Description Quick Menu for Dropbox.
File Size 372 KB
Installation Count 1,189
Current Version 0.1.1
Last Updated 2022-12-17
Publish Date 2022-12-01
Developer https://hahahumble.com
Email [email protected]
Payment Type free
Extension Website https://hahahumble.com
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Dropbox Quick Menu",
    "version": "0.1.1",
    "description": "Quick Menu for Dropbox.",
    "permissions": [],
    "icons": {
        "128": "icon128.png",
        "196": "icon196.png",
        "512": "icon512.png"
    },
    "action": {
        "default_icon": {
            "128": "icon128.png",
            "196": "icon196.png",
            "512": "icon512.png"
        },
        "default_title": "Dropbox Quick Menu",
        "default_popup": "popup.html"
    }
}