Hacker News - New Tab Links
Lets you open Hacker News' external links in a new tab
What is Hacker News - New Tab Links?
Hacker News - New Tab Links is a Chrome extension developed by http://www.joncordeiro.com, and its main feature is "Lets you open Hacker News' external links in a new tab".
Extension Screenshots
Download Hacker News - New Tab Links Extension CRX File
Download Hacker News - New Tab Links 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
Lets you choose to open external links on Y Combinator's Hacker News site in new tabs by default. Your preference is saved, so there is no need to click the setting every time.
Extension Basic Information
Name | |
ID | oijenmnnifnjcohgoejolepdeefkldbl |
Official URL | https://chrome.google.com/webstore/detail/hacker-news-new-tab-links/oijenmnnifnjcohgoejolepdeefkldbl |
Description | Lets you open Hacker News' external links in a new tab |
File Size | 13.15 KB |
Installation Count | 37 |
Current Version | 1.0.2 |
Last Updated | 2017-04-04 |
Publish Date | 2017-04-04 |
Rating | 3.50/5 Total 2 Ratings |
Developer | http://www.joncordeiro.com |
Payment Type | free |
Extension Website | http://www.joncordeiro.com |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Hacker News - New Tab Links", "version": "1.0.2", "author": "Jon Cordeiro", "description": "Lets you open Hacker News' external links in a new tab", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "content_scripts": [ { "matches": [ "https:\/\/news.ycombinator.com\/*" ], "js": [ "contentscript.js" ] } ], "permissions": [ "https:\/\/news.ycombinator.com\/*" ] } |