Github BFF: Better Fork Finder
Alerts you when there is a more active fork of the Github repo you are viewing
Github BFF: Better Fork Finderとは何ですか?
Github BFF: Better Fork FinderはSridatta Thatipamalaによって開発されたChromeの拡張機能で、その主な機能は「Alerts you when there is a more active fork of the Github repo you are viewing」です。
拡張機能のスクリーンショット
Github BFF: Better Fork Finder拡張機能のCRXファイルをダウンロード
Github BFF: Better Fork Finder拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
拡張機能の基本情報
| 名前 | |
| ID | mohkigeiagechfjbifdedgiicfhalipo |
| 公式URL | https://chromewebstore.google.com/detail/github-bff-better-fork-fi/mohkigeiagechfjbifdedgiicfhalipo |
| 説明 | Alerts you when there is a more active fork of the Github repo you are viewing |
| ファイルサイズ | 36.44 KB |
| インストール数 | 43 |
| 現在のバージョン | 1.0 |
| 最終更新日 | 2012-09-27 |
| 公開日 | 2012-09-26 |
| 評価 | 4.17/5 合計 6 レビュー |
| 開発者 | Sridatta Thatipamala |
| 支払い方法 | free |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Github BFF: Better Fork Finder",
"version": "1.0",
"manifest_version": 2,
"description": "Alerts you when there is a more active fork of the Github repo you are viewing",
"permissions": [
"https:\/\/github.com\/",
"https:\/\/api.github.com\/"
],
"content_scripts": [
{
"matches": [
"https:\/\/github.com\/*\/*"
],
"css": [
"style.css"
],
"js": [
"jquery.min.js",
"myscript.js"
]
}
]
} | |