Github files download

Extension to download Githup single files without downloading the whole repo

Apa itu Github files download?

Github files download adalah ekstensi Chrome yang dikembangkan oleh Unknown, dan fitur utamanya adalah "Extension to download Githup single files without downloading the whole repo".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Github files download

Unduh file ekstensi Github files download dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Github files download Github files download
ID lhfgdmnajofjhhokaobpkkgfjogknfbo
URL Resmi https://chromewebstore.google.com/detail/github-files-download/lhfgdmnajofjhhokaobpkkgfjogknfbo
Deskripsi Extension to download Githup single files without downloading the whole repo
Ukuran File 828 KB
Jumlah Instalasi 47
Versi Saat Ini 0.0.1
Terakhir Diperbarui 2020-03-25
Tanggal Publikasi 2020-03-25
Pengembang Unknown
Tipe Pembayaran free
Bahasa yang Didukung 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'"
}