Hacker News
Hacker News for your new tab. Night mode or day mode (just like your IDE). Card view with images or the classic HN list view.
Hacker Newsとは何ですか?
Hacker Newsはhttps://gitconnected.comによって開発されたChromeの拡張機能で、その主な機能は「Hacker News for your new tab. Night mode or day mode (just like your IDE). Card view with images or the classic HN list view.」です。
拡張機能のスクリーンショット
Hacker News拡張機能のCRXファイルをダウンロード
Hacker News拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
- Infinite scroll - Hacker news in default tab - Images for stories - Night mode - Grid or list view Get all the latest tech, startup, and coding news instantly. Read HN in night mode... like the web is meant to be viewed. The grid view offers images and icons to more easily scan the news items. This is an independent Hacker News clone with no connection to Y Combinator (YC). Hacker News is an essential source for developers, founders, designers, software engineers, and anyone obsessed with startups. Thanks to all our friends from Startup School! The Chrome Extension is open source, and you are able to build your own as well! Check out the gitconnected GitHub account under the hacker-news-reader repo. Take the hassle out of reading staying up to date with the news and content that is important to you.
拡張機能の基本情報
名前 | Hacker News |
ID | hknoigmfpgfdkccnkbfbjfnocoegoefe |
公式URL | https://chromewebstore.google.com/detail/hacker-news/hknoigmfpgfdkccnkbfbjfnocoegoefe |
説明 | Hacker News for your new tab. Night mode or day mode (just like your IDE). Card view with images or the classic HN list view. |
ファイルサイズ | 477 KB |
インストール数 | 259 |
現在のバージョン | 1.0.4 |
最終更新日 | 2022-04-20 |
公開日 | 2018-10-26 |
評価 | 5.00/5 合計 5 レビュー |
開発者 | https://gitconnected.com |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Hacker News", "description": "Hacker News for your new tab. Night mode or day mode (just like your IDE). Card view with images or the classic HN list view.", "version": "1.0.4", "author": "gitconnected", "browser_action": { "default_icon": "yc-night.png", "default_title": "New Tab" }, "icons": { "128": "yc-night.png", "48": "yc-night.png", "16": "yc-night-small.png" }, "chrome_url_overrides": { "newtab": "index.html" }, "permissions": [], "background": { "scripts": [ "background.js" ], "persistent": false } } |