Hacker News New Tab

Open Hacker News Links in new tab

Cos'è Hacker News New Tab?

Hacker News New Tab è un'estensione di Chrome sviluppata da akhil, e la sua funzione principale è "Open Hacker News Links in new tab".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Hacker News New Tab

Scarica i file di estensione Hacker News New Tab 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

                        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.                    

Informazioni di Base sull'Estensione

Nome Hacker News New Tab Hacker News New Tab
ID fmlhpmapmklbhoekajeimbodkpinefmo
URL Ufficiale https://chromewebstore.google.com/detail/hacker-news-new-tab/fmlhpmapmklbhoekajeimbodkpinefmo
Descrizione Open Hacker News Links in new tab
Dimensione del File 6.64 KB
Conteggio Installazioni 87
Versione Corrente 2.0
Ultimo Aggiornamento 2016-05-27
Data di Pubblicazione 2016-05-27
Valutazione 4.00/5 Totale 5 Valutazioni
Sviluppatore akhil
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione http://akhil.me
Lingue Supportate 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"
            ]
        }
    ]
}