Google Drive Direct Link Generator
Instantly convert Google Drive links into direct download URLs with this handy extension.
Google Drive Direct Link Generator란 무엇입니까?
Google Drive Direct Link Generator은(는) giorgioliapakis에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Instantly convert Google Drive links into direct download URLs with this handy extension."입니다.
확장 프로그램 스크린샷
Google Drive Direct Link Generator 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
A simple, user-friendly extension that transforms your Google Drive file links into direct download URLs. Here's how you use the tool: 1. Install the extension. 2. Click on the extension icon, you'll see a dialog box. 3. Simply paste your Google Drive file URL in the input field. 4. Your Direct Download link will be automatically generated in the output field below. 5. Click on 'Copy' to copy the generated Direct Download link to your clipboard and share as needed. Please note: - This extension doesn't support shared drive links. - This tool only works with files hosted on Google Drive, not Google Docs, Sheets, or Slides. - The file for which the direct download link was generated must have shareable permissions, i.e., anyone with the link can view or download. - The extension doesn't collect, store, or share any personal user or link data.
확장 프로그램 기본 정보
이름 | Google Drive Direct Link Generator |
ID | ebfajbnnlkjdogmocghbakjbncbgiljb |
공식 URL | https://chromewebstore.google.com/detail/google-drive-direct-link/ebfajbnnlkjdogmocghbakjbncbgiljb |
설명 | Instantly convert Google Drive links into direct download URLs with this handy extension. |
파일 크기 | 38.09 KB |
설치 횟수 | 1,613 |
현재 버전 | 1.0 |
최근 업데이트 | 2023-09-10 |
출시 날짜 | 2023-09-10 |
평점 | 5.00/5 총 3 개의 평점 |
개발자 | giorgioliapakis |
이메일 | [email protected] |
결제 유형 | free |
개인정보 보호 정책 페이지 URL | https://giorgio.co/privacy-policy |
지원되는 언어 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Google Drive Direct Link Generator", "version": "1.0", "permissions": [ "clipboardWrite" ], "description": "Instantly convert Google Drive links into direct download URLs with this handy extension.", "action": { "default_icon": "icon128.png", "default_popup": "popup.html" }, "icons": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "128": "icon128.png" } } |