Hacker News in New Tab

Hacker News in New Tab for quick access to the latest stories.

Hacker News in New Tabとは何ですか?

Hacker News in New TabはMateusz Januszによって開発されたChromeの拡張機能で、その主な機能は「Hacker News in New Tab for quick access to the latest stories.」です。

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

screenshot
screenshot

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

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

拡張機能の使用方法

                        Stay up-to-date with the latest stories from Y Combinator's Hacker News (news.ycombinator.com). 

This is a small and light extension that will replace your New Tab page with top stories from Hacker News. 

Comes with a night mode!                    

拡張機能の基本情報

名前 Hacker News in New Tab Hacker News in New Tab
ID ecjkcfkjdeacecjplgihpljcjbecfiol
公式URL https://chromewebstore.google.com/detail/hacker-news-in-new-tab/ecjkcfkjdeacecjplgihpljcjbecfiol
説明 Hacker News in New Tab for quick access to the latest stories.
ファイルサイズ 41.84 KB
インストール数 69
現在のバージョン 1.1.0
最終更新日 2021-08-30
公開日 2018-09-23
評価 5.00/5 合計 1 レビュー
開発者 Mateusz Janusz
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Hacker News in New Tab",
    "version": "1.1.0",
    "description": "Hacker News in New Tab for quick access to the latest stories.",
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "permissions": [
        "storage"
    ],
    "icons": {
        "16": "img\/hn16.png",
        "48": "img\/hn48.png",
        "128": "img\/hn128.png"
    }
}