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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย 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\/*"
    ]
}