Github files download

Extension to download Githup single files without downloading the whole repo

Github files downloadとは何ですか?

Github files downloadはUnknownによって開発されたChromeの拡張機能で、その主な機能は「Extension to download Githup single files without downloading the whole repo」です。

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

screenshot
screenshot

Github files download拡張機能のCRXファイルをダウンロード

Github files download拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Extension to download Github single files without downloading the whole repository , by right clicking the Github file link you will see an option to download the file.                    

拡張機能の基本情報

名前 Github files download Github files download
ID lhfgdmnajofjhhokaobpkkgfjogknfbo
公式URL https://chromewebstore.google.com/detail/github-files-download/lhfgdmnajofjhhokaobpkkgfjogknfbo
説明 Extension to download Githup single files without downloading the whole repo
ファイルサイズ 828 KB
インストール数 47
現在のバージョン 0.0.1
最終更新日 2020-03-25
公開日 2020-03-25
開発者 Unknown
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "version": "0.0.1",
    "manifest_version": 2,
    "description": "__MSG_appDescription__",
    "icons": {
        "16": "icons\/icon-16.png",
        "128": "icons\/icon-128.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "scripts\/background.js"
        ]
    },
    "permissions": [
        "tabs",
        "storage",
        "http:\/\/github.com\/*",
        "https:\/\/github.com\/*",
        "contextMenus",
        "downloads"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/github.com\/*",
                "http:\/\/github.com\/*"
            ],
            "js": [
                "scripts\/contentscript.js"
            ],
            "css": [],
            "run_at": "document_end",
            "all_frames": false
        }
    ],
    "web_accessible_resources": [],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}