GitHub Downloader
Download single files from GitHub
Hvad er GitHub Downloader?
GitHub Downloader er en Chrome-udvidelse udviklet af Titus, og dens hovedfunktion er "Download single files from GitHub".
Udvidelsesskærmbilleder
Download GitHub Downloader-udvidelses-CRX-fil
Download GitHub Downloader-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
                        Chrome extension that can be used to download single files from github.com repositories.
If you find this useful and want to give me a beer. You can donate a couple of bucks via PayPal https://www.paypal.com/donate?hosted_button_id=UZHWVVR5YSZ5L                     Grundlæggende oplysninger om udvidelsen
| Navn |   |  
| ID | jplmabjbdhggnlhndkdfciacklbjcfel | 
| Officiel URL | https://chromewebstore.google.com/detail/github-downloader/jplmabjbdhggnlhndkdfciacklbjcfel | 
| Beskrivelse | Download single files from GitHub | 
| Filstørrelse | 140 KB | 
| Antal Installationer | 12,400 | 
| Nuværende Version | 3.0 | 
| Senest Opdateret | 2022-09-26 | 
| Udgivelsesdato | 2020-06-24 | 
| Bedømmelse | 3.96/5 Samlet 23 Bedømmelser | 
| Udvikler | Titus | 
| [email protected] | |
| Betalingsmetode | free | 
| Understøttede Sprog | en-US | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "GitHub Downloader",
    "description": "Download single files from GitHub",
    "version": "3.0",
    "permissions": [
        "downloads"
    ],
    "host_permissions": [
        "https:\/\/github.com\/*",
        "https:\/\/raw.githubusercontent.com\/*"
    ],
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/github.com\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "action": {
        "default_icon": {
            "16": "icon16.png",
            "48": "icon48.png",
            "128": "icon128.png"
        },
        "default_title": "GitHub Downloader"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "manifest_version": 3,
    "author": "Turbatu Dumitru Titus   |  |