URL2Drive

Import web documents directly to Google Drive. Ideal for white sheets, raw files, and other web-available documents.

什么是URL2Drive?

URL2Drive是由corneliustodd开发的Chrome扩展程序,该扩展的主要功能是“Import web documents directly to Google Drive. Ideal for white sheets, raw files, and other web-available documents.”。

扩展截图

screenshot

下载URL2Drive扩展crx文件

下载URL2Drive扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Import web documents directly to Google Drive. This is ideal for white sheets, raw files, and other web-available documents. This uses your currently logged in Google account to authorize the save feature. No passwords are handled by this extension.

With this extension you will no longer have to download a file just to upload it to Google Drive. Save time, do awesome.                    

扩展基本信息

名称 URL2Drive URL2Drive
ID ndmfocmpejjhinimlcekfkkgoolochkp
官方URL https://chromewebstore.google.com/detail/url2drive/ndmfocmpejjhinimlcekfkkgoolochkp
简介 Import web documents directly to Google Drive. Ideal for white sheets, raw files, and other web-available documents.
文件大小 39.43 KB
安装次数 503
当前版本 0.3
更新时间 2014-07-20
上架时间 2014-07-19
评分 3.00/5 共4次评分
开发者 corneliustodd
付费类型 free
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "URL2Drive",
    "version": "0.3",
    "author": "corneliustodd",
    "short_name": "URL2Drive",
    "description": "Import web documents directly to Google Drive. Ideal for white sheets, raw files, and other web-available documents.",
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/ssl.google-analytics.com https:\/\/ajax.googleapis.com https:\/\/apis.google.com; object-src 'self'",
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "browser_action": {
        "default_icon": {
            "19": "images\/icon.16.png",
            "38": "images\/icon.48.png"
        },
        "default_title": "Send this document to Drive",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "images\/icon.16.png",
        "48": "images\/icon.48.png",
        "128": "images\/icon.128.png"
    }
}