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”。

擴展截圖

screenshot

下載Ekam Drive擴展crx文件

下載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 Ekam Drive
ID anipkgpicbehanfbdgjobhdcamlgnkae
官方網址 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"
    ]
}