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 |
官方網址 | 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" } } |