Useful Docker Tags
Add a tab on hub.docker.com to display useful tags (grouped by digest)
Was ist Useful Docker Tags?
Useful Docker Tags ist eine Chrome-Erweiterung, die von Jules Lagarde entwickelt wurde, und ihr Hauptmerkmal ist "Add a tab on hub.docker.com to display useful tags (grouped by digest)".
Erweiterungsscreenshots
Useful Docker Tags-Erweiterungs-CRX-Datei herunterladen
Laden Sie Useful Docker Tags-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | Useful Docker Tags |
ID | efbkeonpffhkgplinehopofbjhmacpea |
Offizielle URL | https://chromewebstore.google.com/detail/useful-docker-tags/efbkeonpffhkgplinehopofbjhmacpea |
Beschreibung | Add a tab on hub.docker.com to display useful tags (grouped by digest) |
Dateigröße | 302 KB |
Installationsanzahl | 47 |
Aktuelle Version | 1.1.0 |
Letztes Update | 2023-07-26 |
Veröffentlichungsdatum | 2023-02-25 |
Entwickler | Jules Lagarde |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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" ] } ] } |