Ekam Drive
Upload any pictures you browse on internet to your favourite drives: Google Drive, Box, OneDrive, Dropbox
Qu'est-ce que Ekam Drive ?
Ekam Drive est une extension Chrome développée par Ekam Labs, et sa fonction principale est "Upload any pictures you browse on internet to your favourite drives: Google Drive, Box, OneDrive, Dropbox".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Ekam Drive
Téléchargez les fichiers d'extension Ekam Drive au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Ekam Drive |
ID | anipkgpicbehanfbdgjobhdcamlgnkae |
URL Officiel | https://chromewebstore.google.com/detail/ekam-drive/anipkgpicbehanfbdgjobhdcamlgnkae |
Description | Upload any pictures you browse on internet to your favourite drives: Google Drive, Box, OneDrive, Dropbox |
Taille du Fichier | 108 KB |
Nombre d'Installations | 425 |
Version Actuelle | 0.0.3 |
Dernière Mise à Jour | 2020-01-17 |
Date de Publication | 2020-01-12 |
Évaluation | 4.27/5 Total 11 Évaluations |
Développeur | Ekam Labs |
Type de Paiement | free |
Site Web de l'Extension | https://www.ekamdrive.com/#/home |
Langues Prises en Charge | 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" ] } |