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)”。
扩展截图
下载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 |
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" ] } ] } |