Save to 4Sync
Save files from the Internet to your 4Sync account with one click.
Save to 4Syncとは何ですか?
Save to 4Syncはhttp://4sync.comによって開発されたChromeの拡張機能で、その主な機能は「Save files from the Internet to your 4Sync account with one click.」です。
拡張機能のスクリーンショット
Save to 4Sync拡張機能のCRXファイルをダウンロード
Save to 4Sync拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Save to 4Sync is an easy-to-use extension that lets you save any photos, audio and video file on the Web, including YouTube, Vimeo and Soundcloud directly to your 4sync account in one click! Once getting started, you will love using it as it makes it easier to capture all your experiences, ideas, and inspirations. How does it work? 1. Right click the image or link to any file 2. Choose "Save to 4Sync" from context menu 3. Saving progress will show up. 4. When saving is completed you can easily manage or share your file from 4Sync account. Once the file is uploaded, you can both manage and share it from your 4Sync account.
拡張機能の基本情報
名前 | |
ID | fgdaadklfnpglbmpfhidlmaaplgcegpn |
公式URL | https://chrome.google.com/webstore/detail/save-to-4sync/fgdaadklfnpglbmpfhidlmaaplgcegpn |
説明 | Save files from the Internet to your 4Sync account with one click. |
ファイルサイズ | 96.96 KB |
インストール数 | 92 |
現在のバージョン | 1.4 |
最終更新日 | 2014-09-03 |
公開日 | 2014-09-03 |
評価 | 3.33/5 合計 3 レビュー |
開発者 | http://4sync.com |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Save to 4Sync", "short_name": "Save to 4Sync", "version": "1.4", "manifest_version": 2, "description": "Save files from the Internet to your 4Sync account with one click.", "icons": { "16": "img\/16.png", "48": "img\/48.png", "59": "img\/59.png", "128": "img\/128.png" }, "background": { "scripts": [ "js\/chrome_ex_oauthsimple.js", "js\/chrome_ex_oauth.js", "js\/background.js" ] }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "js\/jquery.js", "js\/services.js" ], "css": [ "css\/services.css" ], "all_frames": true, "run_at": "document_end" } ], "web_accessible_resources": [ "img\/vimeo4sync.png", "chrome_ex_oauth.html" ], "options_page": "options.html", "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "permissions": [ "contextMenus", "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ] } |