Github Pages Extension
Adds missing links to the repository page when there is a gh-pages branch in the repo but no homepage is set.
什么是Github Pages Extension?
Github Pages Extension是由jan.monschke开发的Chrome扩展程序,该扩展的主要功能是“Adds missing links to the repository page when there is a gh-pages branch in the repo but no homepage is set.”。
扩展截图
下载Github Pages Extension扩展crx文件
下载Github Pages Extension扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
扩展基本信息
| 名称 | |
| ID | abglkfedjobofmldleaiippfdmefooem |
| 官方URL | https://chromewebstore.google.com/detail/github-pages-extension/abglkfedjobofmldleaiippfdmefooem |
| 简介 | Adds missing links to the repository page when there is a gh-pages branch in the repo but no homepage is set. |
| 文件大小 | 65.59 KB |
| 安装次数 | 28 |
| 当前版本 | 1.0.1 |
| 更新时间 | 2013-01-18 |
| 上架时间 | 2013-01-17 |
| 评分 | 3.00/5 共2次评分 |
| 开发者 | jan.monschke |
| 付费类型 | free |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Github Pages Extension",
"version": "1.0.1",
"manifest_version": 2,
"description": "Adds missing links to the repository page when there is a gh-pages branch in the repo but no homepage is set.",
"content_scripts": [
{
"js": [
"jquery.js",
"content.js"
],
"matches": [
"http:\/\/github.com\/*",
"https:\/\/github.com\/*"
]
}
],
"icons": {
"48": "icon48.png",
"128": "icon.png"
}
} | |