Dropbox Dash (Alpha)

Search tabs, bookmarks, and history with Dropbox Dash.

Τι είναι το Dropbox Dash (Alpha);

Το Dropbox Dash (Alpha) είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Dropbox, και η κύρια λειτουργία του είναι "Search tabs, bookmarks, and history with Dropbox Dash.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Dropbox Dash (Alpha)

Λήψη αρχείων επέκτασης Dropbox Dash (Alpha) σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        With the Dash browser extension (Alpha), quickly save, share, and organize content in Dropbox—all from within your browser window.

• Save your web links directly to Dropbox and add them to a stack
• Stay organized from the get-go by using our suggested stacks so you can close and retrieve your tabs whenever you need them 
• Work within your browser, where you can save and share your stacks with your team

Dash is an Alpha feature and is subject to these terms (https://help.dropbox.com/teams-admins/team-member/alpha-beta-product), including the requirement to keep things confidential. We cannot guarantee that the features or products we make available as part of this program will be accessible to you in the future.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Dropbox Dash (Alpha) Dropbox Dash (Alpha)
ID kfhbahefocaeoacbamjblglcjbgmmhaj
Επίσημο URL https://chromewebstore.google.com/detail/dropbox-dash-alpha/kfhbahefocaeoacbamjblglcjbgmmhaj
Περιγραφή Search tabs, bookmarks, and history with Dropbox Dash.
Μέγεθος Αρχείου 4.04 MB
Αριθμός Εγκαταστάσεων 4,748
Τρέχουσα Έκδοση 3.6.0a
Τελευταία Ενημέρωση 2023-03-24
Ημερομηνία Δημοσίευσης 2020-05-22
Αξιολόγηση 4.19/5 Συνολικά 21 Αξιολογήσεις
Προγραμματιστής Dropbox
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
URL της Σελίδας Πολιτικής Απορρήτου https://www.dropbox.com/privacy
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Dropbox Dash (Alpha)",
    "short_name": "Dropbox Dash",
    "author": "Dropbox Inc.",
    "description": "Search tabs, bookmarks, and history with Dropbox Dash.",
    "homepage_url": "https:\/\/www.dropbox.com\/",
    "version": "3.6.0",
    "version_name": "3.6.0a",
    "omnibox": {
        "keyword": "go"
    },
    "icons": {
        "16": "srcdist\/shared\/icons\/dropbox-dash-icon-light-enabled-16.png",
        "32": "srcdist\/shared\/icons\/dropbox-dash-icon-light-enabled-32.png",
        "48": "srcdist\/shared\/icons\/dropbox-dash-icon-light-enabled-48.png",
        "128": "srcdist\/shared\/icons\/dropbox-dash-icon-light-enabled-128.png"
    },
    "background": {
        "service_worker": "\/srcdist\/background\/background.js",
        "type": "module"
    },
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Alt+Shift+D"
            },
            "description": "Open the extension"
        },
        "save_as_weblink": {
            "suggested_key": {
                "default": "Alt+Shift+2"
            },
            "description": "Save page as weblink"
        }
    },
    "permissions": [
        "alarms",
        "bookmarks",
        "contextMenus",
        "downloads",
        "history",
        "nativeMessaging",
        "storage",
        "tabs",
        "webNavigation",
        "declarativeNetRequest",
        "background"
    ],
    "incognito": "spanning",
    "action": {
        "default_icon": {
            "16": "srcdist\/shared\/icons\/dropbox-dash-icon-light-enabled-16.png",
            "32": "srcdist\/shared\/icons\/dropbox-dash-icon-light-enabled-32.png",
            "48": "srcdist\/shared\/icons\/dropbox-dash-icon-light-enabled-48.png",
            "128": "srcdist\/shared\/icons\/dropbox-dash-icon-light-enabled-128.png"
        },
        "default_title": "Dropbox Dash (Alpha)",
        "default_popup": "stacksPopup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "all_frames": false,
            "js": [
                "srcdist\/views\/bundle_script.js"
            ],
            "css": [
                "srcdist\/content\/content_styles.css"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "srcdist\/content\/content_styles.css",
                "srcdist\/translations\/*",
                "srcdist\/views\/bundle_shadow_dom.css",
                "srcdist\/assets\/*",
                "auth.html",
                "userSurvey.html"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "host_permissions": [
        ""
    ],
    "declarative_net_request": {
        "rule_resources": []
    }
}