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 |
官方網址 | 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" ] } ] } |