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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A New Tab extension that shows you popular and new React repositories."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में React Repositories New Tab एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
}