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
Eメール [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\/*"
    ]
}