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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Sridatta Thatipamala และคุณลักษณะหลักของมันคือ "Alerts you when there is a more active fork of the Github repo you are viewing"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Github BFF: Better Fork Finder
ดาวน์โหลดไฟล์ส่วนขยาย 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"
]
}
]
} | |