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文件
下載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 |
官方網址 | 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'" } |