Cloud Storage Direct Links
Quick links to Drop Box, Box, Google Drive, Mediafire, 4shared, and many more.
Cloud Storage Direct Links란 무엇입니까?
Cloud Storage Direct Links은(는) Robert Rioja (miapuffia)에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Quick links to Drop Box, Box, Google Drive, Mediafire, 4shared, and many more."입니다.
확장 프로그램 스크린샷
Cloud Storage Direct Links 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
By clicking this extension, you will see links to... DropBox Box SugarSync OneDrive Google Drive 4Shared MEGA MediaFire Yandex Amazon S3 EVERNOTE hubiC Links may be reordered and hidden to each user's liking. If you have any questions, comments, or suggestions, fell free to email me at [email protected] and thank you for viewing my extension!
확장 프로그램 기본 정보
이름 | Cloud Storage Direct Links |
ID | fbkkphfailagfnjpgmddfmghblmggbja |
공식 URL | https://chromewebstore.google.com/detail/cloud-storage-direct-link/fbkkphfailagfnjpgmddfmghblmggbja |
설명 | Quick links to Drop Box, Box, Google Drive, Mediafire, 4shared, and many more. |
파일 크기 | 345 KB |
설치 횟수 | 3,043 |
현재 버전 | 4.4 |
최근 업데이트 | 2016-07-07 |
출시 날짜 | 2016-07-06 |
평점 | 3.89/5 총 18 개의 평점 |
개발자 | Robert Rioja (miapuffia) |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Cloud Storage Direct Links", "permissions": [ "storage" ], "background": { "scripts": [ "jquery-ui.js", "jquery-1.12.4.js", "sortable.js", "loading.js", "saving.js" ] }, "version": "4.4", "description": "Quick links to Drop Box, Box, Google Drive, Mediafire, 4shared, and many more.", "icons": { "128": "icon1.png" }, "browser_action": { "default_icon": "icon2.png", "default_popup": "popup.html" } } |