Dropbox Direct Link Generator

Generates direct download and view links from a shared link.

Τι είναι το Dropbox Direct Link Generator;

Το Dropbox Direct Link Generator είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Sergey Osokin, και η κύρια λειτουργία του είναι "Generates direct download and view links from a shared link.".

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

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Dropbox Direct Link Generator

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

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

                        Dropbox Direct Link Generator clears your Dropbox shared links so you can access your file or folder directly. 

● Download link
The shared link key ?dl=0 changes to ?dl=1. When you follow the link, the file or folder archived in zip will be downloaded immediately.

● View link
Photos, videos, audio files are opened directly in your browser without the Dropbox interface.

Set the color theme convenient for your eyes.

How to use:
1) Paste a shared link to a folder or a file in Dropbox and paste it into the first field of the extension menu.
2) Click the 'Broom' button or press Enter.
3) Click a 'Copy' button to copy a result you want into clipboard or Alt+click the button to open the link in a new tab.

This is not an official extension, but your links stay with you and are not sent to third party services.                    

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

Όνομα Dropbox Direct Link Generator Dropbox Direct Link Generator
ID eicoigkfdogflbbcoefagmejoopganmd
Επίσημο URL https://chromewebstore.google.com/detail/dropbox-direct-link-gener/eicoigkfdogflbbcoefagmejoopganmd
Περιγραφή Generates direct download and view links from a shared link.
Μέγεθος Αρχείου 339 KB
Αριθμός Εγκαταστάσεων 654
Τρέχουσα Έκδοση 1.0.4
Τελευταία Ενημέρωση 2023-07-14
Ημερομηνία Δημοσίευσης 2023-03-31
Αξιολόγηση 5.00/5 Συνολικά 2 Αξιολογήσεις
Προγραμματιστής Sergey Osokin
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
URL της Σελίδας Πολιτικής Απορρήτου https://sergosokin.notion.site/Privacy-Policy-952d713797e14c71a390143be0eef94a
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Dropbox Direct Link Generator",
    "version": "1.0.4",
    "description": "Generates direct download and view links from a shared link.",
    "icons": {
        "128": "img\/icon-128.png",
        "16": "img\/icon-16.png",
        "48": "img\/icon-48.png"
    },
    "action": {
        "default_icon": {
            "128": "img\/icon-128.png",
            "16": "img\/icon-16.png",
            "32": "img\/icon-32.png",
            "48": "img\/icon-48.png"
        },
        "default_popup": "popup.html",
        "default_title": "Dropbox Direct Link Generator"
    },
    "permissions": [
        "clipboardWrite",
        "clipboardRead",
        "storage"
    ]
}