repoInspector
Inspect repositories
repoInspector란 무엇입니까?
repoInspector은(는) Hetz Ventures에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Inspect repositories"입니다.
확장 프로그램 스크린샷
repoInspector 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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" } } |