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