Hacker News Feed

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

什麼是Hacker News Feed?

Hacker News Feed是由nishanth_v開發的Chrome擴展程式,該擴展的主要功能是“Have a quick peek at the top posts on Hacker news. ”。

擴展截圖

screenshot
screenshot

下載Hacker News Feed擴展crx文件

下載Hacker News Feed擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 Hacker News Feed Hacker News Feed
ID gnbcehahhollgehdncegnjcoflocfghb
官方網址 https://chrome.google.com/webstore/detail/hacker-news-feed/gnbcehahhollgehdncegnjcoflocfghb
簡介 Have a quick peek at the top posts on Hacker news.
檔案大小 46.55 KB
安裝次數 71
目前版本 0.1.1
更新時間 2018-06-04
上架時間 2018-06-04
評分 5.00/5 共 2 次評分
開發者 nishanth_v
電子郵箱 [email protected]
付費類型 free
說明頁面URL https://github.com/nishanthvijayan/HackerNews-Feed
支援的語言 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"
    }
}