Dockerfile Downloader
Dockerfile downloader from Docker Hub!
Dockerfile Downloader là gì?
Dockerfile Downloader là một tiện ích mở rộng Chrome được phát triển bởi http://itok01.com, và tính năng chính của nó là "Dockerfile downloader from Docker Hub!".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Dockerfile Downloader
Tải xuống các tệp mở rộng Dockerfile Downloader dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
It can download Dockerfile from Docker Hub. If you do not see the download button, refresh the page. https://github.com/itok01/dockerfile-downloader
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | edpdnclahplkejfkffobkfjimpkdgdeo |
URL Chính Thức | https://chrome.google.com/webstore/detail/dockerfile-downloader/edpdnclahplkejfkffobkfjimpkdgdeo |
Mô tả | Dockerfile downloader from Docker Hub! |
Kích Thước Tệp | 9.88 KB |
Số Lần Cài Đặt | 125 |
Phiên Bản Hiện Tại | 1.0 |
Cập Nhật Lần Cuối | 2020-05-01 |
Ngày Phát Hành | 2020-05-01 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | http://itok01.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/itok01/dockerfile-downloader |
URL Trang Trợ Giúp | https://github.com/itok01/dockerfile-downloader/issues |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Dockerfile Downloader", "version": "1.0", "description": "Dockerfile downloader from Docker Hub!", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "downloads", "tabs", "https:\/\/hub.docker.com\/*" ], "content_scripts": [ { "matches": [ "https:\/\/hub.docker.com\/layers\/*\/images\/*" ], "js": [ "content_scripts.js" ], "run_at": "document_end", "all_frames": true } ], "background": { "scripts": [ "background.js" ], "persistent": false }, "web_accessible_resources": [ "cloud_download-24px.svg" ], "manifest_version": 2 } |