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."입니다.
확장 프로그램 스크린샷
Dropbox Direct Link Generator 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
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" ] } |