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文件
下載Hacker News Watcher擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 |
官方網址 | 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\/" ] } |