React Repositories New Tab

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

Apa itu React Repositories New Tab?

React Repositories New Tab adalah ekstensi Chrome yang dikembangkan oleh Jørgen NYSTAD, dan fitur utamanya adalah "A New Tab extension that shows you popular and new React repositories.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi React Repositories New Tab

Unduh file ekstensi React Repositories New Tab dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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).                    

Informasi Dasar Ekstensi

Nama React Repositories New Tab React Repositories New Tab
ID jfhdgglhdnnaaacjaeleagfmeeepkhln
URL Resmi https://chromewebstore.google.com/detail/react-repositories-new-ta/jfhdgglhdnnaaacjaeleagfmeeepkhln
Deskripsi A New Tab extension that shows you popular and new React repositories.
Ukuran File 728 KB
Jumlah Instalasi 177
Versi Saat Ini 0.3
Terakhir Diperbarui 2019-03-08
Tanggal Publikasi 2019-03-08
Pengembang Jørgen NYSTAD
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://github.com/jorgenys/chrome-react-new-tab
Bahasa yang Didukung 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"
}