Useful Docker Tags

Add a tab on hub.docker.com to display useful tags (grouped by digest)

ما هو Useful Docker Tags؟

Useful Docker Tags هو إضافة Chrome تم تطويرها بواسطة Jules Lagarde، والميزة الرئيسية لها هي "Add a tab on hub.docker.com to display useful tags (grouped by digest)".

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

screenshot

تحميل ملف CRX للإضافة Useful Docker Tags

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

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

                        UsefulDockerTags adds a new tab to the Docker Hub repository pages. Clicking on the tab displays a table with the most relevant tags for the image, organized by their digest. You can view which tag correspond to the same image, without having to navigate through the Docker Hub web interface.                    

معلومات أساسية عن التمديد

الاسم Useful Docker Tags Useful Docker Tags
ID efbkeonpffhkgplinehopofbjhmacpea
عنوان URL الرسمي https://chromewebstore.google.com/detail/useful-docker-tags/efbkeonpffhkgplinehopofbjhmacpea
الوصف Add a tab on hub.docker.com to display useful tags (grouped by digest)
حجم الملف 302 KB
عدد التثبيتات 47
النسخة الحالية 1.1.0
آخر تحديث 2023-07-26
تاريخ النشر 2023-02-25
المطور Jules Lagarde
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Useful Docker Tags",
    "version": "1.1.0",
    "description": "Add a tab on hub.docker.com to display useful tags (grouped by digest)",
    "icons": {
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/hub.docker.com\/r\/*",
                "*:\/\/hub.docker.com\/_\/*"
            ],
            "js": [
                "useful_docker_tags.js"
            ]
        }
    ]
}