OP Downloader

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

ما هو OP Downloader؟

OP Downloader هو إضافة Chrome تم تطويرها بواسطة PYChen، والميزة الرئيسية لها هي "Let you preview/download files from GitLab in the FASTEST way.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة OP Downloader

قم بتنزيل ملفات الامتداد OP Downloader بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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\/*"
    ]
}