Google Drive Export Link Generator
Create direct download links for files
What is Google Drive Export Link Generator?
Google Drive Export Link Generator is a Chrome extension developed by monsen.dag, and its main feature is "Create direct download links for files".
Download Google Drive Export Link Generator Extension CRX File
Download Google Drive Export Link Generator extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Extension Basic Information
Name | |
ID | caedmofclhbckdbpnmnbhclifmjmgpnb |
Official URL | https://chrome.google.com/webstore/detail/google-drive-export-link/caedmofclhbckdbpnmnbhclifmjmgpnb |
Description | Create direct download links for files |
File Size | 226 KB |
Installation Count | 464 |
Current Version | 1.0.0 |
Last Updated | 2017-04-05 |
Publish Date | 2017-04-05 |
Rating | 5.00/5 Total 1 Ratings |
Developer | monsen.dag |
Payment Type | free |
Supported Languages | 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" ] } |