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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        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
عنوان صفحة المساعدة 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
}