Dockerfile Downloader

Dockerfile downloader from Docker Hub!

Dockerfile Downloaderคืออะไร?

Dockerfile Downloader เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://itok01.com และคุณลักษณะหลักของมันคือ "Dockerfile downloader from Docker Hub!"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Dockerfile Downloader

ดาวน์โหลดไฟล์ส่วนขยาย Dockerfile Downloader ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        It can download Dockerfile from Docker Hub.
If you do not see the download button, refresh the page.

https://github.com/itok01/dockerfile-downloader                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Dockerfile Downloader Dockerfile Downloader
ID edpdnclahplkejfkffobkfjimpkdgdeo
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/dockerfile-downloader/edpdnclahplkejfkffobkfjimpkdgdeo
คำอธิบาย Dockerfile downloader from Docker Hub!
ขนาดไฟล์ 9.88 KB
จำนวนการติดตั้ง 125
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2020-05-01
วันที่เผยแพร่ 2020-05-01
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา http://itok01.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/itok01/dockerfile-downloader
URL หน้าช่วยเหลือ https://github.com/itok01/dockerfile-downloader/issues
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Dockerfile Downloader",
    "version": "1.0",
    "description": "Dockerfile downloader from Docker Hub!",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "downloads",
        "tabs",
        "https:\/\/hub.docker.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/hub.docker.com\/layers\/*\/images\/*"
            ],
            "js": [
                "content_scripts.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "web_accessible_resources": [
        "cloud_download-24px.svg"
    ],
    "manifest_version": 2
}