Hacker Tab

Replace browser new tab screen with GitHub trending projects.

Hacker Tabとは何ですか?

Hacker TabはHu Chenによって開発されたChromeの拡張機能で、その主な機能は「Replace browser new tab screen with GitHub trending projects.」です。

拡張機能のスクリーンショット

screenshot

Hacker Tab拡張機能のCRXファイルをダウンロード

Hacker Tab拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Also on Product Hunt: https://www.producthunt.com/posts/hacker-tab

Features:

• GitHub trending projects
• Dark Mode
• Change your favourite language and spoken language (e.g. English)
• Change from trending daily, weekly or monthly
• Load repositories in background
• I'm feeling lucky to show a random project

If you want to keep up to date with currently development, checkout https://github.com/huchenme/hacker-tab-extension                    

拡張機能の基本情報

名前 Hacker Tab Hacker Tab
ID ibomigipadcieapbemkegkmadbbanbgm
公式URL https://chrome.google.com/webstore/detail/hacker-tab/ibomigipadcieapbemkegkmadbbanbgm
説明 Replace browser new tab screen with GitHub trending projects.
ファイルサイズ 2.4 MB
インストール数 2,000
現在のバージョン 1.10.0
最終更新日 2020-06-21
公開日 2020-06-21
評価 4.24/5 合計 17 レビュー
開発者 Hu Chen
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/huchenme/hacker-bar-extension
ヘルプページのURL https://github.com/huchenme/hacker-bar-extension
プライバシーポリシーページのURL https://github.com/huchenme/hacker-tab-extension/blob/master/LISENSE
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Hacker Tab",
    "author": "Hu Chen",
    "version": "1.10.0",
    "description": "Replace browser new tab screen with GitHub trending projects.",
    "icons": {
        "16": "16.png",
        "48": "48.png",
        "128": "128.png"
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "storage",
        "alarms"
    ],
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'"
}