Hacker News - New Tab Links
Lets you open Hacker News' external links in a new tab
Cos'è Hacker News - New Tab Links?
Hacker News - New Tab Links è un'estensione di Chrome sviluppata da http://www.joncordeiro.com, e la sua funzione principale è "Lets you open Hacker News' external links in a new tab".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Hacker News - New Tab Links
Scarica i file di estensione Hacker News - New Tab Links in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | |
ID | oijenmnnifnjcohgoejolepdeefkldbl |
URL Ufficiale | https://chrome.google.com/webstore/detail/hacker-news-new-tab-links/oijenmnnifnjcohgoejolepdeefkldbl |
Descrizione | Lets you open Hacker News' external links in a new tab |
Dimensione del File | 13.15 KB |
Conteggio Installazioni | 37 |
Versione Corrente | 1.0.2 |
Ultimo Aggiornamento | 2017-04-04 |
Data di Pubblicazione | 2017-04-04 |
Valutazione | 3.50/5 Totale 2 Valutazioni |
Sviluppatore | http://www.joncordeiro.com |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://www.joncordeiro.com |
Lingue Supportate | 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\/*" ] } |