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」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

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.                    

拡張機能の基本情報

名前 MJS: Free Unlimited Cloud Storage MJS: Free Unlimited Cloud Storage
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
Eメール [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'"
}