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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Viktor Kirillov @kirillovmr และคุณลักษณะหลักของมันคือ "Store all your files easy just with one click. Reliable Cloud Storage based on GitHub Services. Open Sourse"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย MJS: Free Unlimited Cloud Storage
ดาวน์โหลดไฟล์ส่วนขยาย MJS: Free Unlimited Cloud Storage ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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'" } |