Github Gist Extension
easily connect the gist
Github Gist Extensionとは何ですか?
Github Gist Extensionはbeyazberkay407によって開発されたChromeの拡張機能で、その主な機能は「easily connect the gist」です。
拡張機能のスクリーンショット
Github Gist Extension拡張機能のCRXファイルをダウンロード
Github Gist Extension拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This extension create a github gist button in github. 拡張機能の基本情報
| 名前 | |
| ID | mgapapnadfpedgnbcbfnlgimmbcnaokc |
| 公式URL | https://chromewebstore.google.com/detail/github-gist-extension/mgapapnadfpedgnbcbfnlgimmbcnaokc |
| 説明 | easily connect the gist |
| ファイルサイズ | 44.4 KB |
| インストール数 | 16 |
| 現在のバージョン | 0.0.1 |
| 最終更新日 | 2016-06-24 |
| 公開日 | 2016-06-24 |
| 評価 | 5.00/5 合計 3 レビュー |
| 開発者 | beyazberkay407 |
| Eメール | [email protected] |
| 支払い方法 | free |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Github Gist Extension",
"short_name": "Gist Extension",
"version": "0.0.1",
"manifest_version": 2,
"description": "easily connect the gist",
"icons": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"content_scripts": [
{
"matches": [
"*:\/\/github.com\/*"
],
"js": [
"src\/jquery.js",
"src\/background.js"
]
}
]
} | |