Ekam Drive

Upload any pictures you browse on internet to your favourite drives: Google Drive, Box, OneDrive, Dropbox

Ekam Drive क्या है?

Ekam Drive Ekam Labs द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Upload any pictures you browse on internet to your favourite drives: Google Drive, Box, OneDrive, Dropbox"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Ekam Drive एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 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"
    ]
}