Useful Docker Tags
Add a tab on hub.docker.com to display useful tags (grouped by digest)
Useful Docker Tagsคืออะไร?
Useful Docker Tags เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Jules Lagarde และคุณลักษณะหลักของมันคือ "Add a tab on hub.docker.com to display useful tags (grouped by digest)"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Useful Docker Tags
ดาวน์โหลดไฟล์ส่วนขยาย 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" ] } ] } |