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에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Save to Cloud Drive makes it easy to add images from the web to your Amazon Cloud Drive account."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Save to Cloud Drive 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
    }
}