Dropbox Direct Link Generator

Generates direct download and view links from a shared link.

什麼是Dropbox Direct Link Generator?

Dropbox Direct Link Generator是由Sergey Osokin開發的Chrome擴展程式,該擴展的主要功能是“Generates direct download and view links from a shared link.”。

擴展截圖

screenshot
screenshot
screenshot

下載Dropbox Direct Link Generator擴展crx文件

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