Githunt

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

什麼是Githunt?

Githunt是由http://roadmap.sh開發的Chrome擴展程式,該擴展的主要功能是“Replace the new tab with a list of trending repositories on github belonging to any technology that you chose.”。

擴展截圖

screenshot

下載Githunt擴展crx文件

下載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
官方網址 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"
    }
}