Useful Docker Tags
Add a tab on hub.docker.com to display useful tags (grouped by digest)
Cos'è Useful Docker Tags?
Useful Docker Tags è un'estensione di Chrome sviluppata da Jules Lagarde, e la sua funzione principale è "Add a tab on hub.docker.com to display useful tags (grouped by digest)".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Useful Docker Tags
Scarica i file di estensione Useful Docker Tags in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Useful Docker Tags |
ID | efbkeonpffhkgplinehopofbjhmacpea |
URL Ufficiale | https://chromewebstore.google.com/detail/useful-docker-tags/efbkeonpffhkgplinehopofbjhmacpea |
Descrizione | Add a tab on hub.docker.com to display useful tags (grouped by digest) |
Dimensione del File | 302 KB |
Conteggio Installazioni | 47 |
Versione Corrente | 1.1.0 |
Ultimo Aggiornamento | 2023-07-26 |
Data di Pubblicazione | 2023-02-25 |
Sviluppatore | Jules Lagarde |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" ] } ] } |