Drive downloadable
Make Google Drive files direct-link downloadable with a click!
什么是Drive downloadable?
Drive downloadable是由purkox开发的Chrome扩展程序,该扩展的主要功能是“Make Google Drive files direct-link downloadable with a click!”。
扩展截图
下载Drive downloadable扩展crx文件
下载Drive downloadable扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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!
扩展基本信息
名称 | |
ID | ocecijpiibagdgolaeekdkimjcfjhglc |
官方URL | https://chrome.google.com/webstore/detail/drive-downloadable/ocecijpiibagdgolaeekdkimjcfjhglc |
简介 | Make Google Drive files direct-link downloadable with a click! |
文件大小 | 110 KB |
安装次数 | 1,000 |
当前版本 | 1.0 |
更新时间 | 2017-08-03 |
上架时间 | 2017-08-03 |
评分 | 2.50/5 共2次评分 |
开发者 | purkox |
付费类型 | free |
支持的语言 | 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\/" ] } |