Hacker News Feed

Have a quick peek at the top posts on Hacker news.

Was ist Hacker News Feed?

Hacker News Feed ist eine Chrome-Erweiterung, die von nishanth_v entwickelt wurde, und ihr Hauptmerkmal ist "Have a quick peek at the top posts on Hacker news. ".

Erweiterungsscreenshots

screenshot
screenshot

Hacker News Feed-Erweiterungs-CRX-Datei herunterladen

Laden Sie Hacker News Feed-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Have a quick peek at the top posts on Hacker news. 

HackerNews is the most popular news site in the tech industry and one of the top choices for new product releases.The overcrowding of threads on HN has made its front page the holy grail for new product release, as most people would only refresh the front page to catch the hottest topics.
 - Porter.io

https://github.com/nishanthvijayan/HackerNews-Feed
Star the project on github to show your support.

If you have any suggestions to make this project better,log it as an issue.                    

Grundlegende Informationen zur Erweiterung

Name Hacker News Feed Hacker News Feed
ID gnbcehahhollgehdncegnjcoflocfghb
Offizielle URL https://chrome.google.com/webstore/detail/hacker-news-feed/gnbcehahhollgehdncegnjcoflocfghb
Beschreibung Have a quick peek at the top posts on Hacker news.
Dateigröße 46.55 KB
Installationsanzahl 71
Aktuelle Version 0.1.1
Letztes Update 2018-06-04
Veröffentlichungsdatum 2018-06-04
Bewertung 5.00/5 Insgesamt 2 Bewertungen
Entwickler nishanth_v
E-Mail [email protected]
Zahlungsart free
Hilfeseite URL https://github.com/nishanthvijayan/HackerNews-Feed
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Hacker News Feed",
    "description": "Have a quick peek at the top posts on Hacker news. ",
    "version": "0.1.1",
    "permissions": [
        "http:\/\/node-hnapi.herokuapp.com\/",
        "tabs"
    ],
    "short_name": "Hacker News Feed",
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": "icon32.png",
        "default_popup": "popup.html"
    }
}