repoInspector
Inspect repositories
repoInspectorคืออะไร?
repoInspector เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Hetz Ventures และคุณลักษณะหลักของมันคือ "Inspect repositories"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย repoInspector
ดาวน์โหลดไฟล์ส่วนขยาย repoInspector ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
repoInspector is a Github repository inspector built for anyone to gather useful data on open source repositories. Data available includes countries in which a repository is popular, the organizations to which a repo’s users belong to, numbers of active vs dormant users, and more. Using the open Github API, we package and present available data about any repository. Install the Chrome extension and start using repoInspector immediately to gather info about stargazers, contributors, and forkers for any Github repo! repoInspector is handy for: - VCs and investors - Entrepreneurs - Developers - Anyone who can benefit from an easy way to analyze this kind of data! Once you install repoInspector, we’ll show you easy step by step instructions for inspecting any repository on Github.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | repoInspector |
ID | hogkmljfjdgibeoepenpfggaiipngknb |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/repoinspector/hogkmljfjdgibeoepenpfggaiipngknb |
คำอธิบาย | Inspect repositories |
ขนาดไฟล์ | 499 KB |
จำนวนการติดตั้ง | 88 |
เวอร์ชันปัจจุบัน | 1.0.2 |
อัปเดตครั้งล่าสุด | 2023-11-15 |
วันที่เผยแพร่ | 2022-11-21 |
ผู้พัฒนา | Hetz Ventures |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/HetzVentures/repoInspector |
URL หน้าช่วยเหลือ | https://www.hetz.vc/ |
URL หน้านโยบายความเป็นส่วนตัว | https://www.hetz.vc/repinspector-chrome-extension-privacy-policy |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "repoInspector", "description": "Inspect repositories", "version": "1.0.2", "action": { "default_popup": "popup.html" }, "permissions": [ "storage", "unlimitedStorage", "activeTab" ], "options_page": "options.html", "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" } } |