Github files download

Extension to download Githup single files without downloading the whole repo

Wat is Github files download?

Github files download is een Chrome-extensie ontwikkeld door Unknown, en de belangrijkste functie is "Extension to download Githup single files without downloading the whole repo".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Github files download

Download Github files download-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Github files download Github files download
ID lhfgdmnajofjhhokaobpkkgfjogknfbo
Officiële URL https://chromewebstore.google.com/detail/github-files-download/lhfgdmnajofjhhokaobpkkgfjogknfbo
Beschrijving Extension to download Githup single files without downloading the whole repo
Bestandsgrootte 828 KB
Aantal Installaties 47
Huidige Versie 0.0.1
Laatst Bijgewerkt 2020-03-25
Publicatiedatum 2020-03-25
Ontwikkelaar Unknown
Betalingswijze free
Ondersteunde Talen 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'"
}