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. "입니다.
확장 프로그램 스크린샷
Hacker News Feed 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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.
확장 프로그램 기본 정보
이름 | |
ID | gnbcehahhollgehdncegnjcoflocfghb |
공식 URL | 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" } } |