Ekam Drive
Upload any pictures you browse on internet to your favourite drives: Google Drive, Box, OneDrive, Dropbox
O que é Ekam Drive?
Ekam Drive é uma extensão do Chrome desenvolvida por Ekam Labs, e sua principal característica é "Upload any pictures you browse on internet to your favourite drives: Google Drive, Box, OneDrive, Dropbox".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Ekam Drive
Baixe arquivos de extensão Ekam Drive no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | Ekam Drive |
ID | anipkgpicbehanfbdgjobhdcamlgnkae |
URL Oficial | https://chromewebstore.google.com/detail/ekam-drive/anipkgpicbehanfbdgjobhdcamlgnkae |
Descrição | Upload any pictures you browse on internet to your favourite drives: Google Drive, Box, OneDrive, Dropbox |
Tamanho do Arquivo | 108 KB |
Contagem de Instalações | 425 |
Versão Atual | 0.0.3 |
Última Atualização | 2020-01-17 |
Data de Publicação | 2020-01-12 |
Classificação | 4.27/5 Total de 11 Avaliações |
Desenvolvedor | Ekam Labs |
Tipo de Pagamento | free |
Site da Extensão | https://www.ekamdrive.com/#/home |
Idiomas Suportados | 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" ] } |