Dockerfile Downloader
Dockerfile downloader from Docker Hub!
什么是Dockerfile Downloader?
Dockerfile Downloader是由http://itok01.com开发的Chrome扩展程序,该扩展的主要功能是“Dockerfile downloader from Docker Hub!”。
扩展截图
下载Dockerfile Downloader扩展crx文件
下载Dockerfile Downloader扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
It can download Dockerfile from Docker Hub. If you do not see the download button, refresh the page. https://github.com/itok01/dockerfile-downloader
扩展基本信息
名称 | |
ID | edpdnclahplkejfkffobkfjimpkdgdeo |
官方URL | https://chrome.google.com/webstore/detail/dockerfile-downloader/edpdnclahplkejfkffobkfjimpkdgdeo |
简介 | Dockerfile downloader from Docker Hub! |
文件大小 | 9.88 KB |
安装次数 | 125 |
当前版本 | 1.0 |
更新时间 | 2020-05-01 |
上架时间 | 2020-05-01 |
评分 | 5.00/5 共1次评分 |
开发者 | http://itok01.com |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://github.com/itok01/dockerfile-downloader |
帮助页面URL | https://github.com/itok01/dockerfile-downloader/issues |
支持的语言 | 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 } |