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 είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον giorgioliapakis, και η κύρια λειτουργία του είναι "Instantly convert Google Drive links into direct download URLs with this handy extension.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Google Drive Direct Link Generator
Λήψη αρχείων επέκτασης Google Drive Direct Link Generator σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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" } } |