Ekam Drive
Upload any pictures you browse on internet to your favourite drives: Google Drive, Box, OneDrive, Dropbox
Ekam Drive란 무엇입니까?
Ekam Drive은(는) Ekam Labs에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Upload any pictures you browse on internet to your favourite drives: Google Drive, Box, OneDrive, Dropbox"입니다.
확장 프로그램 스크린샷
Ekam Drive 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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" ] } |