OP Downloader

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

Qu'est-ce que OP Downloader ?

OP Downloader est une extension Chrome développée par PYChen, et sa fonction principale est "Let you preview/download files from GitLab in the FASTEST way.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension OP Downloader

Téléchargez les fichiers d'extension OP Downloader au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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)                    

Informations de Base sur l'Extension

Nom OP Downloader OP Downloader
ID gpgdgecijngkecfccmpajadipieldapd
URL Officiel https://chromewebstore.google.com/detail/op-downloader/gpgdgecijngkecfccmpajadipieldapd
Description Let you preview/download files from GitLab in the FASTEST way.
Taille du Fichier 35.47 KB
Nombre d'Installations 84
Version Actuelle 1.2
Dernière Mise à Jour 2021-01-31
Date de Publication 2021-01-20
Évaluation 5.00/5 Total 2 Évaluations
Développeur PYChen
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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\/*"
    ]
}