Useful Docker Tags

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

Useful Docker Tagsとは何ですか?

Useful Docker TagsはJules Lagardeによって開発されたChromeの拡張機能で、その主な機能は「Add a tab on hub.docker.com to display useful tags (grouped by digest)」です。

拡張機能のスクリーンショット

screenshot

Useful Docker Tags拡張機能のCRXファイルをダウンロード

Useful Docker Tags拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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"
            ]
        }
    ]
}