React Repositories New Tab

A New Tab extension that shows you popular and new React repositories.

React Repositories New Tab란 무엇입니까?

React Repositories New Tab은(는) Jørgen NYSTAD에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A New Tab extension that shows you popular and new React repositories."입니다.

확장 프로그램 스크린샷

screenshot

React Repositories New Tab 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        This is a Chrome New Tab extension that displays popular/new/fresh public React repositories on GitHub.

Each new tab either shows the top ten list of most popular of all time, most popular newly created repositores or most popular recently updated (pushed) repositores.

In addition, a random repository of the top thirty is featured, including its README.md (if found).                    

확장 프로그램 기본 정보

이름 React Repositories New Tab React Repositories New Tab
ID jfhdgglhdnnaaacjaeleagfmeeepkhln
공식 URL https://chromewebstore.google.com/detail/react-repositories-new-ta/jfhdgglhdnnaaacjaeleagfmeeepkhln
설명 A New Tab extension that shows you popular and new React repositories.
파일 크기 728 KB
설치 횟수 177
현재 버전 0.3
최근 업데이트 2019-03-08
출시 날짜 2019-03-08
개발자 Jørgen NYSTAD
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/jorgenys/chrome-react-new-tab
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "React Repositories New Tab",
    "short_name": "React New Tab",
    "version": "0.3",
    "description": "A New Tab extension that shows you popular and new React repositories.",
    "author": "J\u00f8rgen Nystad",
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "homepage_url": "https:\/\/github.com\/jorgenys\/chrome-react-new-tab"
}