Drive downloadable
Make Google Drive files direct-link downloadable with a click!
What is Drive downloadable?
Drive downloadable is a Chrome extension developed by purkox, and its main feature is "Make Google Drive files direct-link downloadable with a click!".
Extension Screenshots
Download Drive downloadable Extension CRX File
Download Drive downloadable 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
Easily get download links for your google drive files. Usage: 1.Make sure that your file is public (and uploaded, not created in the cloud) 2.copy the share link into the top bar of Drive downloadable 3.Click the copy button at the bottom 4.Done!
Extension Basic Information
Name | |
ID | ocecijpiibagdgolaeekdkimjcfjhglc |
Official URL | https://chrome.google.com/webstore/detail/drive-downloadable/ocecijpiibagdgolaeekdkimjcfjhglc |
Description | Make Google Drive files direct-link downloadable with a click! |
File Size | 110 KB |
Installation Count | 1,000 |
Current Version | 1.0 |
Last Updated | 2017-08-03 |
Publish Date | 2017-08-03 |
Rating | 2.50/5 Total 2 Ratings |
Developer | purkox |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Drive downloadable", "description": "Make Google Drive files direct-link downloadable with a click!", "version": "1.0", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "activeTab", "https:\/\/ajax.googleapis.com\/" ] } |