Docker Hub Search
Search Docker Hub repos
什么是Docker Hub Search?
Docker Hub Search是由wbierbower开发的Chrome扩展程序,该扩展的主要功能是“Search Docker Hub repos”。
下载Docker Hub Search扩展crx文件
下载Docker Hub Search扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Search Docker Hub Repositories from your search bar. How? Type `dh` and `Tab` into Chrome's search bar, and then the search term to find repositories.
Based on the very cool GitHub Search for Chrome Extension. 扩展基本信息
| 名称 | |
| ID | kihfmpcidfjnldhjdgjcpeijjellnlih |
| 官方URL | https://chrome.google.com/webstore/detail/kihfmpcidfjnldhjdgjcpeijjellnlih |
| 简介 | Search Docker Hub repos |
| 文件大小 | 22.76 KB |
| 安装次数 | 220 |
| 当前版本 | 1.0 |
| 更新时间 | 2016-05-13 |
| 上架时间 | 2016-05-13 |
| 评分 | 5.00/5 共2次评分 |
| 开发者 | wbierbower |
| 付费类型 | free |
| 扩展官网 | https://github.com/wbierbower/docker-search-chrome-ext |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Docker Hub Search",
"version": "1.0",
"description": "Search Docker Hub repos",
"homepage_url": "https:\/\/github.com\/wbierbower\/docker-search-chrome-ext",
"icons": {
"48": "icons\/48.png",
"128": "icons\/128.png"
},
"manifest_version": 2,
"omnibox": {
"keyword": "dh"
},
"permissions": [
"storage",
"unlimitedStorage",
"https:\/\/hub.docker.com\/"
],
"background": {
"scripts": [
"o.js",
"docker-search.js"
]
}
} | |