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.”。
擴展截圖
下載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 |
ID | ndmfocmpejjhinimlcekfkkgoolochkp |
官方網址 | 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" } } |