Useful Forks
To list GitHub forks ordered by stars, with additional information and automatic filtering of irrelevant ones.
Useful Forks란 무엇입니까?
Useful Forks은(는) https://useful-forks.github.io에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "To list GitHub forks ordered by stars, with additional information and automatic filtering of irrelevant ones."입니다.
확장 프로그램 스크린샷
Useful Forks 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
The plugin inserts a button next to the "Fork" button when you visit a GitHub repository. Clicking on it will open a new tab which will use the online tool to scan the forks. This tool aims at increasing the discoverability of useful forks of open-source projects. The criteria is simple: if a fork was created, but never received any other activity on its main branch, it is filtered out. For sharing: the results can be exported as CSV, or you can point people to the quick-link URL.
확장 프로그램 기본 정보
이름 | Useful Forks |
ID | aflbdmaojedofngiigjpnlabhginodbf |
공식 URL | https://chromewebstore.google.com/detail/useful-forks/aflbdmaojedofngiigjpnlabhginodbf |
설명 | To list GitHub forks ordered by stars, with additional information and automatic filtering of irrelevant ones. |
파일 크기 | 13.4 KB |
설치 횟수 | 575 |
현재 버전 | 2.2.3 |
최근 업데이트 | 2023-08-03 |
출시 날짜 | 2023-01-21 |
평점 | 5.00/5 총 7 개의 평점 |
개발자 | https://useful-forks.github.io |
이메일 | [email protected] |
결제 유형 | free |
도움말 페이지 URL | https://github.com/useful-forks/useful-forks.github.io/issues |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Useful Forks", "version": "2.2.3", "description": "To list GitHub forks ordered by stars, with additional information and automatic filtering of irrelevant ones.", "icons": { "16": "images\/useful-forks-16.png", "32": "images\/useful-forks-32.png", "48": "images\/useful-forks-48.png", "128": "images\/useful-forks-128.png" }, "host_permissions": [ "*:\/\/github.com\/*" ], "content_scripts": [ { "matches": [ "*:\/\/github.com\/*\/*" ], "js": [ "useful-forks.js" ], "run_at": "document_idle", "all_frames": true } ] } |