Hacker News in New Tab
Hacker News in New Tab for quick access to the latest stories.
What is Hacker News in New Tab?
Hacker News in New Tab is a Chrome extension developed by Mateusz Janusz, and its main feature is "Hacker News in New Tab for quick access to the latest stories.".
Extension Screenshots
Download Hacker News in New Tab Extension CRX File
Download Hacker News in New Tab extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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!
Extension Basic Information
Name | Hacker News in New Tab |
ID | ecjkcfkjdeacecjplgihpljcjbecfiol |
Official URL | https://chromewebstore.google.com/detail/hacker-news-in-new-tab/ecjkcfkjdeacecjplgihpljcjbecfiol |
Description | Hacker News in New Tab for quick access to the latest stories. |
File Size | 41.84 KB |
Installation Count | 69 |
Current Version | 1.1.0 |
Last Updated | 2021-08-30 |
Publish Date | 2018-09-23 |
Rating | 5.00/5 Total 1 Ratings |
Developer | Mateusz Janusz |
[email protected] | |
Payment Type | free |
Supported Languages | 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" } } |