MJS: Free Unlimited Cloud Storage
Store all your files easy just with one click. Reliable Cloud Storage based on GitHub Services. Open Sourse
MJS: Free Unlimited Cloud Storage란 무엇입니까?
MJS: Free Unlimited Cloud Storage은(는) Viktor Kirillov @kirillovmr에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Store all your files easy just with one click. Reliable Cloud Storage based on GitHub Services. Open Sourse"입니다.
확장 프로그램 스크린샷
MJS: Free Unlimited Cloud Storage 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Use MJS Extension to easily upload your files to unlimited GitHub-based storage. It is an open-source project, so its Free. Forever.
확장 프로그램 기본 정보
이름 | |
ID | iojpjpjimioagnhafngdkionhagfiocg |
공식 URL | https://chrome.google.com/webstore/detail/mjs-free-unlimited-cloud/iojpjpjimioagnhafngdkionhagfiocg |
설명 | Store all your files easy just with one click. Reliable Cloud Storage based on GitHub Services. Open Sourse |
파일 크기 | 560 KB |
설치 횟수 | 21 |
현재 버전 | 1.0.0 |
최근 업데이트 | 2019-01-06 |
출시 날짜 | 2019-01-06 |
평점 | 1.00/5 총 1 개의 평점 |
개발자 | Viktor Kirillov @kirillovmr |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://morejust.store |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "Store all your files easy just with one click. Reliable Cloud Storage based on GitHub Services. Open Sourse", "version": "1.0.0", "name": "MJS: Free Unlimited Cloud Storage", "permissions": [ "storage" ], "options_page": "options.html", "background": { "page": "background.html" }, "browser_action": { "default_popup": "popup.html", "default_icon": "icon-48.png" }, "icons": { "128": "icon-128.png" }, "manifest_version": 2, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'" } |