OP Downloader

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

Was ist OP Downloader?

OP Downloader ist eine Chrome-Erweiterung, die von PYChen entwickelt wurde, und ihr Hauptmerkmal ist "Let you preview/download files from GitLab in the FASTEST way.".

Erweiterungsscreenshots

screenshot

OP Downloader-Erweiterungs-CRX-Datei herunterladen

Laden Sie OP Downloader-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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)                    

Grundlegende Informationen zur Erweiterung

Name OP Downloader OP Downloader
ID gpgdgecijngkecfccmpajadipieldapd
Offizielle URL https://chromewebstore.google.com/detail/op-downloader/gpgdgecijngkecfccmpajadipieldapd
Beschreibung Let you preview/download files from GitLab in the FASTEST way.
Dateigröße 35.47 KB
Installationsanzahl 84
Aktuelle Version 1.2
Letztes Update 2021-01-31
Veröffentlichungsdatum 2021-01-20
Bewertung 5.00/5 Insgesamt 2 Bewertungen
Entwickler PYChen
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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\/*"
    ]
}