Google Drive Direct Link Generator
Instantly convert Google Drive links into direct download URLs with this handy extension.
O que é Google Drive Direct Link Generator?
Google Drive Direct Link Generator é uma extensão do Chrome desenvolvida por giorgioliapakis, e sua principal característica é "Instantly convert Google Drive links into direct download URLs with this handy extension.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Google Drive Direct Link Generator
Baixe arquivos de extensão Google Drive Direct Link Generator no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | Google Drive Direct Link Generator |
ID | ebfajbnnlkjdogmocghbakjbncbgiljb |
URL Oficial | https://chromewebstore.google.com/detail/google-drive-direct-link/ebfajbnnlkjdogmocghbakjbncbgiljb |
Descrição | Instantly convert Google Drive links into direct download URLs with this handy extension. |
Tamanho do Arquivo | 38.09 KB |
Contagem de Instalações | 1,613 |
Versão Atual | 1.0 |
Última Atualização | 2023-09-10 |
Data de Publicação | 2023-09-10 |
Classificação | 5.00/5 Total de 3 Avaliações |
Desenvolvedor | giorgioliapakis |
[email protected] | |
Tipo de Pagamento | free |
URL da Página de Política de Privacidade | https://giorgio.co/privacy-policy |
Idiomas Suportados | 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" } } |