GitHubber
Detailed View of Github Profile Search Results
GitHubberคืออะไร?
GitHubber เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Andre Bradshaw และคุณลักษณะหลักของมันคือ "Detailed View of Github Profile Search Results"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย GitHubber
ดาวน์โหลดไฟล์ส่วนขยาย GitHubber ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This tool dives into Github profiles and returns condensed and summarized information within your Github Search results. The script looks up every repository, so it can hang up for a few seconds on profiles which have a large amount of repositories listed. Githubber is a simple client side script. This script saves no information about users or their browsing habits and only grants permissions to read information from github.com. Updates: 5 Oct 2019: bug fix: DOM changes in Github. Please report if you are still experiencing issues. feature add: quick user search
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | GitHubber |
ID | gmhgbhgpembbkendmjfhmdekcddncflc |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/githubber/gmhgbhgpembbkendmjfhmdekcddncflc |
คำอธิบาย | Detailed View of Github Profile Search Results |
ขนาดไฟล์ | 17.8 KB |
จำนวนการติดตั้ง | 800 |
เวอร์ชันปัจจุบัน | 0.113 |
อัปเดตครั้งล่าสุด | 2019-10-05 |
วันที่เผยแพร่ | 2019-10-05 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | Andre Bradshaw |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "GitHubber", "version": "0.113", "description": "Detailed View of Github Profile Search Results", "content_scripts": [ { "matches": [ "https:\/\/github.com\/search*" ], "js": [ "content.js" ] } ], "icons": { "16": "16.png", "48": "48.png", "128": "128.png" } } |