GitHub Extended
Discover more repositories
GitHub Extendedとは何ですか?
GitHub Extendedはonmyway133によって開発されたChromeの拡張機能で、その主な機能は「Discover more repositories」です。
拡張機能のスクリーンショット
GitHub Extended拡張機能のCRXファイルをダウンロード
GitHub Extended拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
A Chrome extension to discover more repositories 拡張機能の基本情報
| 名前 | |
| ID | doidfnmbfadacpcjkekkgofkmnkljnhi |
| 公式URL | https://chrome.google.com/webstore/detail/github-extended/doidfnmbfadacpcjkekkgofkmnkljnhi |
| 説明 | Discover more repositories |
| ファイルサイズ | 2.47 MB |
| インストール数 | 323 |
| 現在のバージョン | 1.5.0 |
| 最終更新日 | 2016-09-15 |
| 公開日 | 2016-09-15 |
| 評価 | 4.33/5 合計 3 レビュー |
| 開発者 | onmyway133 |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | http://www.fantageek.com |
| ヘルプページのURL | http://www.fantageek.com |
| プライバシーポリシーページのURL | http://www.fantageek.com |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "__MSG_appName__",
"version": "1.5.0",
"manifest_version": 2,
"description": "__MSG_appDescription__",
"icons": {
"16": "images\/icon-16.png",
"128": "images\/icon-128.png"
},
"default_locale": "en",
"content_scripts": [
{
"run_at": "document_start",
"matches": [
"https:\/\/github.com\/*"
],
"js": [
"scripts\/content.js",
"scripts\/emoji.js",
"scripts\/colors.js",
"bower_components\/fetch\/fetch.js",
"bower_components\/jquery\/dist\/jquery.min.js",
"bower_components\/jquery-ui\/jquery-ui.min.js"
],
"css": [
"bower_components\/jquery-ui\/themes\/smoothness\/jquery-ui.min.css"
]
}
],
"permissions": [
"https:\/\/github.com\/*"
]
} | |