Useful Docker Tags

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

O que é Useful Docker Tags?

Useful Docker Tags é uma extensão do Chrome desenvolvida por Jules Lagarde, e sua principal característica é "Add a tab on hub.docker.com to display useful tags (grouped by digest)".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Useful Docker Tags

Baixe arquivos de extensão Useful Docker Tags no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Useful Docker Tags Useful Docker Tags
ID efbkeonpffhkgplinehopofbjhmacpea
URL Oficial https://chromewebstore.google.com/detail/useful-docker-tags/efbkeonpffhkgplinehopofbjhmacpea
Descrição Add a tab on hub.docker.com to display useful tags (grouped by digest)
Tamanho do Arquivo 302 KB
Contagem de Instalações 47
Versão Atual 1.1.0
Última Atualização 2023-07-26
Data de Publicação 2023-02-25
Desenvolvedor Jules Lagarde
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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"
            ]
        }
    ]
}