OP Downloader

Let you preview/download files from GitLab in the FASTEST way.

Wat is OP Downloader?

OP Downloader is een Chrome-extensie ontwikkeld door PYChen, en de belangrijkste functie is "Let you preview/download files from GitLab in the FASTEST way.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie OP Downloader

Download OP Downloader-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

                        We have a quick and handy solution, a browser extension which helps you view or download files from GitLab/Github very fast! (actually not only PDF files but also all file types)                    

Basisinformatie over de Extensie

Naam OP Downloader OP Downloader
ID gpgdgecijngkecfccmpajadipieldapd
Officiële URL https://chromewebstore.google.com/detail/op-downloader/gpgdgecijngkecfccmpajadipieldapd
Beschrijving Let you preview/download files from GitLab in the FASTEST way.
Bestandsgrootte 35.47 KB
Aantal Installaties 84
Huidige Versie 1.2
Laatst Bijgewerkt 2021-01-31
Publicatiedatum 2021-01-20
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar PYChen
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "OP Downloader",
    "version": "1.2",
    "description": "Let you preview\/download files from GitLab in the FASTEST way.",
    "icons": {
        "48": "icons\/icon.png",
        "96": "icons\/icon96.png",
        "128": "icons\/icon128.png"
    },
    "author": "PY Chen & Omega Feng",
    "background": {
        "scripts": [
            "background.js",
            "extensionToMIME.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "run_at": "document_end",
            "css": [
                "download-button.css"
            ],
            "js": [
                "download-button.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "icons\/*",
        "imgs\/*"
    ],
    "permissions": [
        "tabs",
        "downloads",
        "https:\/\/github.com\/*",
        "https:\/\/raw.githubusercontent.com\/*"
    ]
}