OP Downloader

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

Cos'è OP Downloader?

OP Downloader è un'estensione di Chrome sviluppata da PYChen, e la sua funzione principale è "Let you preview/download files from GitLab in the FASTEST way.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione OP Downloader

Scarica i file di estensione OP Downloader in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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)                    

Informazioni di Base sull'Estensione

Nome OP Downloader OP Downloader
ID gpgdgecijngkecfccmpajadipieldapd
URL Ufficiale https://chromewebstore.google.com/detail/op-downloader/gpgdgecijngkecfccmpajadipieldapd
Descrizione Let you preview/download files from GitLab in the FASTEST way.
Dimensione del File 35.47 KB
Conteggio Installazioni 84
Versione Corrente 1.2
Ultimo Aggiornamento 2021-01-31
Data di Pubblicazione 2021-01-20
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore PYChen
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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\/*"
    ]
}