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.」です。
拡張機能のスクリーンショット
Save to Cloud Drive拡張機能のCRXファイルをダウンロード
Save to Cloud Drive拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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.
拡張機能の基本情報
名前 | |
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" } } |