Google Drive Export Link Generator
Create direct download links for files
Cos'è Google Drive Export Link Generator?
Google Drive Export Link Generator è un'estensione di Chrome sviluppata da monsen.dag, e la sua funzione principale è "Create direct download links for files".
Scarica il file CRX dell'estensione Google Drive Export Link Generator
Scarica i file di estensione Google Drive Export Link Generator in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Informazioni di Base sull'Estensione
Nome | |
ID | caedmofclhbckdbpnmnbhclifmjmgpnb |
URL Ufficiale | https://chrome.google.com/webstore/detail/google-drive-export-link/caedmofclhbckdbpnmnbhclifmjmgpnb |
Descrizione | Create direct download links for files |
Dimensione del File | 226 KB |
Conteggio Installazioni | 464 |
Versione Corrente | 1.0.0 |
Ultimo Aggiornamento | 2017-04-05 |
Data di Pubblicazione | 2017-04-05 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | monsen.dag |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Google Drive Export Link Generator", "version": "1.0.0", "manifest_version": 2, "description": "Create direct download links for files", "homepage_url": "https:\/\/chrome.google.com\/webstore\/category\/extensions?utm_source=chrome-ntp-icon", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "browser_action": { "default_icon": "icons\/icon19.png", "default_title": "Create Google Drive download link", "default_popup": "popup.html" }, "default_locale": "en", "content_security_policy": "script-src 'self'; object-src 'self'", "permissions": [ "clipboardRead", "clipboardWrite" ] } |