Hacker News New Tab
Open Hacker News Links in new tab
What is Hacker News New Tab?
Hacker News New Tab is a Chrome extension developed by akhil, and its main feature is "Open Hacker News Links in new tab".
Extension Screenshots
Download Hacker News New Tab Extension CRX File
Download Hacker News 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
Hacker News (http://news.ycombinator.com/news) links usually open in the same page. This extension updates the links to open in a new tab.
Extension Basic Information
Name | Hacker News New Tab |
ID | fmlhpmapmklbhoekajeimbodkpinefmo |
Official URL | https://chromewebstore.google.com/detail/hacker-news-new-tab/fmlhpmapmklbhoekajeimbodkpinefmo |
Description | Open Hacker News Links in new tab |
File Size | 6.64 KB |
Installation Count | 87 |
Current Version | 2.0 |
Last Updated | 2016-05-27 |
Publish Date | 2016-05-27 |
Rating | 4.00/5 Total 5 Ratings |
Developer | akhil |
[email protected] | |
Payment Type | free |
Extension Website | http://akhil.me |
Supported Languages | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "Hacker News New Tab", "manifest_version": 2, "version": "2.0", "description": "Open Hacker News Links in new tab", "icons": { "128": "icon_128.png", "48": "icon_48.png", "16": "icon_16.png" }, "content_scripts": [ { "matches": [ "http:\/\/news.ycombinator.com\/*", "https:\/\/news.ycombinator.com\/*", "http:\/\/hackerne.ws\/*", "https:\/\/hackerne.ws\/*" ], "js": [ "ext.js" ] } ] } |