Hacker News Watcher
Keep track of your favorite subjects on Hacker News.
Hacker News Watcher란 무엇입니까?
Hacker News Watcher은(는) Gerardes에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Keep track of your favorite subjects on Hacker News."입니다.
확장 프로그램 스크린샷
Hacker News Watcher 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
With this simple extension you have the possibility to keep an eye on topics that you find intriguing. Without having to check the site constantly by yourself. Simply put in a few words or user names that you find interesting and the extension will notify you if anything is posted about your interest. And you can also pin some favorite stories.
확장 프로그램 기본 정보
이름 | Hacker News Watcher |
ID | ojkdgdapoebjekbklfpfjlccifecjeoo |
공식 URL | https://chromewebstore.google.com/detail/hacker-news-watcher/ojkdgdapoebjekbklfpfjlccifecjeoo |
설명 | Keep track of your favorite subjects on Hacker News. |
파일 크기 | 414 KB |
설치 횟수 | 63 |
현재 버전 | 0.80.0 |
최근 업데이트 | 2019-11-11 |
출시 날짜 | 2019-11-11 |
평점 | 5.00/5 총 1 개의 평점 |
개발자 | Gerardes |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "applications": { "gecko": { "id": "[email protected]", "strict_min_version": "48.0" } }, "name": "Hacker News Watcher", "version": "0.80.0", "description": "Keep track of your favorite subjects on Hacker News.", "icons": { "128": "img\/icon_rnd.png" }, "background": { "scripts": [ "vendor\/gDelay.js", "basehelpers\/StoriesHelper.js", "basehelpers\/StorageHelper.js", "basehelpers\/SettingsHelper.js", "basehelpers\/FetchHelper.js", "basehelpers\/BadgeHelper.js", "basehelpers\/PreMatchedListHelper.js", "modules\/favo\/FavoHelper.js", "modules\/matched\/MatchedHelper.js", "modules\/new\/NewHelper.js", "modules\/top\/TopHelper.js", "modules\/watchers\/WatchersHelper.js", "background.js" ] }, "browser_action": { "default_icon": "img\/icon_rnd.png", "default_popup": "popup.html" }, "permissions": [ "storage", "https:\/\/hacker-news.firebaseio.com\/" ] } |