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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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:\/\/*\/*" ] } |