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 |
| 官方網址 | 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"
}
} | |