Hacker News Feed

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

Co je Hacker News Feed?

Hacker News Feed je rozšíření Chrome vyvinuté nishanth_v, a jeho hlavní funkcí je „Have a quick peek at the top posts on Hacker news. “.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření Hacker News Feed

Stáhněte si soubory rozšíření Hacker News Feed ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Hacker News Feed Hacker News Feed
ID gnbcehahhollgehdncegnjcoflocfghb
Oficiální URL https://chrome.google.com/webstore/detail/hacker-news-feed/gnbcehahhollgehdncegnjcoflocfghb
Popis Have a quick peek at the top posts on Hacker news.
Velikost souboru 46.55 KB
Počet instalací 71
Aktuální Verze 0.1.1
Poslední Aktualizace 2018-06-04
Datum Vydání 2018-06-04
Hodnocení 5.00/5 Celkem 2 Hodnocení
Vývojář nishanth_v
E-mail [email protected]
Typ Platby free
URL Stránky Nápovědy https://github.com/nishanthvijayan/HackerNews-Feed
Podporované Jazyky 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"
    }
}