Ekam Drive
Upload any pictures you browse on internet to your favourite drives: Google Drive, Box, OneDrive, Dropbox
Ekam Driveคืออะไร?
Ekam Drive เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Ekam Labs และคุณลักษณะหลักของมันคือ "Upload any pictures you browse on internet to your favourite drives: Google Drive, Box, OneDrive, Dropbox"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Ekam Drive
ดาวน์โหลดไฟล์ส่วนขยาย Ekam Drive ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This extension will let you upload pictures and photos from any website to your favorite drives: - Google Chrome - OneDrive - Box - Dropbox Simply install and link to one or more drives, as you wish. You are ready to upload any picture/photo from any website. Simply right-click to your favorite picture and say 'Upload image'. Done! This extension will upload to your storage drive. When you are linked to many drives at once, it will upload the picture to a drive which has more free space and into a folder named 'From_Chrome'. Note: This extension is provided by EkamDrive.com for managing your multiple drives from single location. Its free of cost and worthy to use.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Ekam Drive |
ID | anipkgpicbehanfbdgjobhdcamlgnkae |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/ekam-drive/anipkgpicbehanfbdgjobhdcamlgnkae |
คำอธิบาย | Upload any pictures you browse on internet to your favourite drives: Google Drive, Box, OneDrive, Dropbox |
ขนาดไฟล์ | 108 KB |
จำนวนการติดตั้ง | 425 |
เวอร์ชันปัจจุบัน | 0.0.3 |
อัปเดตครั้งล่าสุด | 2020-01-17 |
วันที่เผยแพร่ | 2020-01-12 |
คะแนน | 4.27/5 รวมทั้งหมด 11 คะแนน |
ผู้พัฒนา | Ekam Labs |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://www.ekamdrive.com/#/home |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Ekam Drive", "description": "Upload any pictures you browse on internet to your favourite drives: \n Google Drive, \n Box, \n OneDrive, \n Dropbox", "version": "0.0.3", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "browser_action": { "default_icon": "icon128.png", "default_popup": "popup.html", "default_title": "Click here!" }, "background": { "scripts": [ "jquery-2.1.1.min.js", "background.js" ], "persistent": false }, "permissions": [ "tabs", "storage", "contextMenus" ], "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "jquery-2.1.1.min.js", "content.js" ] } ], "web_accessible_resources": [ "*.png" ] } |