URL2Drive
Import web documents directly to Google Drive. Ideal for white sheets, raw files, and other web-available documents.
URL2Drive là gì?
URL2Drive là một tiện ích mở rộng Chrome được phát triển bởi corneliustodd, và tính năng chính của nó là "Import web documents directly to Google Drive. Ideal for white sheets, raw files, and other web-available documents.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng URL2Drive
Tải xuống các tệp mở rộng URL2Drive dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | URL2Drive |
ID | ndmfocmpejjhinimlcekfkkgoolochkp |
URL Chính Thức | https://chromewebstore.google.com/detail/url2drive/ndmfocmpejjhinimlcekfkkgoolochkp |
Mô tả | Import web documents directly to Google Drive. Ideal for white sheets, raw files, and other web-available documents. |
Kích Thước Tệp | 39.43 KB |
Số Lần Cài Đặt | 503 |
Phiên Bản Hiện Tại | 0.3 |
Cập Nhật Lần Cuối | 2014-07-20 |
Ngày Phát Hành | 2014-07-19 |
Đánh Giá | 3.00/5 Tổng số 4 Đánh Giá |
Nhà Phát Triển | corneliustodd |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |