URL2Drive
Import web documents directly to Google Drive. Ideal for white sheets, raw files, and other web-available documents.
URL2Driveคืออะไร?
URL2Drive เป็นส่วนขยายของ Chrome ที่พัฒนาโดย corneliustodd และคุณลักษณะหลักของมันคือ "Import web documents directly to Google Drive. Ideal for white sheets, raw files, and other web-available documents."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย URL2Drive
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
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" } } |