Githunt

Replace the new tab with a list of trending repositories on github belonging to any technology that you chose.

Githuntคืออะไร?

Githunt เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://roadmap.sh และคุณลักษณะหลักของมันคือ "Replace the new tab with a list of trending repositories on github belonging to any technology that you chose."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Githunt

ดาวน์โหลดไฟล์ส่วนขยาย Githunt ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        GitHunt is an extension that replaces the new tab of your browser with the trending github repositories. 

You can look through the repositories for any technology of your liking and for any period of time. By default it shows the trending repositories (most starred repositories created in the given period of time) for the last week and as you keep scrolling, you will be presented with the popular repositories of the consecutive past weeks.

All you have to do is select how you would like to see the repositories (monthly, weekly or yearly) and the language, it will remember your choice and will show you the trending repositories in that category whenever you will open the new tab.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Githunt Githunt
ID khpcnaokfebphakjgdgpinmglconplhp
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/githunt/khpcnaokfebphakjgdgpinmglconplhp
คำอธิบาย Replace the new tab with a list of trending repositories on github belonging to any technology that you chose.
ขนาดไฟล์ 1.17 MB
จำนวนการติดตั้ง 9,309
เวอร์ชันปัจจุบัน 3.10
อัปเดตครั้งล่าสุด 2020-02-16
วันที่เผยแพร่ 2020-02-16
คะแนน 4.39/5 รวมทั้งหมด 18 คะแนน
ผู้พัฒนา http://roadmap.sh
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://kamranahmed.info/githunt
URL หน้าช่วยเหลือ https://github.com/kamranahmedse/githunt
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Githunt",
    "short_name": "Githunt",
    "description": "Replace the new tab with a list of trending repositories on github belonging to any technology that you chose.",
    "version": "3.10",
    "permissions": [
        "storage",
        "*:\/\/*.github.com\/*"
    ],
    "icons": {
        "16": "\/img\/icon16.png",
        "48": "\/img\/icon48.png",
        "128": "\/img\/icon128.png"
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "homepage_url": "http:\/\/kamranahmed.info\/githunt",
    "browser_action": {
        "default_title": "Githunt",
        "default_icon": "\/img\/icon128.png"
    }
}