Save to Cloud Drive

Save to Cloud Drive makes it easy to add images from the web to your Amazon Cloud Drive account.

Save to Cloud Drive क्या है?

Save to Cloud Drive http://www.amazon.com/clouddrive द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Save to Cloud Drive makes it easy to add images from the web to your Amazon Cloud Drive account."।

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

screenshot
screenshot
screenshot
screenshot

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

crx प्रारूप में Save to Cloud Drive एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        See an image you like online? Simply right-click on the image and click “Save to Cloud Drive.”  It’ll be saved directly to your Amazon Cloud Drive account so you can see it from all of your devices. 

Amazon Cloud Drive is your place for everything digital. Cloud Drive offers free mobile apps for iOS and Android, secure access from any computer, and it’s built in to your Amazon devices—so you can access your digital content everywhere you are.                    

एक्सटेंशन की मूल जानकारी

नाम Save to Cloud Drive Save to Cloud Drive
ID ojclbecnodddpjckkkcmamhlhpendahg
आधिकारिक URL https://chrome.google.com/webstore/detail/save-to-cloud-drive/ojclbecnodddpjckkkcmamhlhpendahg
विवरण Save to Cloud Drive makes it easy to add images from the web to your Amazon Cloud Drive account.
फ़ाइल का आकार 116 KB
स्थापना संख्या 3,531
वर्तमान संस्करण 0.5
अंतिम अपडेट 2014-11-18
प्रकाशन तिथि 2014-11-18
रेटिंग 4.14/5 कुल 14 रेटिंग्स
डेवलपर http://www.amazon.com/clouddrive
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://www.amazon.com/CloudDrive
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Save to Cloud Drive",
    "description": "Save to Cloud Drive makes it easy to add images from the web to your Amazon Cloud Drive account.",
    "short_name": "Cloud Drive",
    "version": "0.5",
    "manifest_version": 2,
    "icons": {
        "16": "icon_16.png",
        "48": "icon_48.png",
        "128": "icon_128.png"
    },
    "permissions": [
        "storage",
        "notifications",
        "contextMenus",
        "cookies",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "background": {
        "scripts": [
            "third-party\/jquery.js",
            "third-party\/underscore.js",
            "storage.js",
            "config.js",
            "service-handler.js",
            "metrics.js",
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.amazon.com\/*",
                "https:\/\/*.amazon.co.uk\/*",
                "https:\/\/*.amazon.de\/*",
                "https:\/\/*.amazon.fr\/*",
                "https:\/\/*.amazon.it\/*",
                "https:\/\/*.amazon.es\/*",
                "https:\/\/*.amazon.co.jp\/*",
                "https:\/\/*.amazon.cn\/*",
                "https:\/\/*.amazon.ca\/*",
                "https:\/\/*.amazon.com.br\/*",
                "https:\/\/*.amazon.com.au\/*"
            ],
            "js": [
                "content-scripts\/content-script.js"
            ]
        }
    ],
    "options_page": "settings\/settings.html",
    "browser_action": {
        "default_title": "Save to Cloud Drive",
        "default_icon": "icon_128.png",
        "default_popup": "popup\/popup.html"
    }
}