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
公式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"
    ]
}