OP Downloader

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

什么是OP Downloader?

OP Downloader是由PYChen开发的Chrome扩展程序,该扩展的主要功能是“Let you preview/download files from GitLab in the FASTEST way.”。

扩展截图

screenshot

下载OP Downloader扩展crx文件

下载OP Downloader扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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)                    

扩展基本信息

名称 OP Downloader OP Downloader
ID gpgdgecijngkecfccmpajadipieldapd
官方URL https://chromewebstore.google.com/detail/op-downloader/gpgdgecijngkecfccmpajadipieldapd
简介 Let you preview/download files from GitLab in the FASTEST way.
文件大小 35.47 KB
安装次数 84
当前版本 1.2
更新时间 2021-01-31
上架时间 2021-01-20
评分 5.00/5 共2次评分
开发者 PYChen
电子邮箱 [email protected]
付费类型 free
支持的语言 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\/*"
    ]
}