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
公式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
Eメール [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"
    }
}