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"
}
} | |