Hacker News Watcher

Keep track of your favorite subjects on Hacker News.

Hacker News Watcher là gì?

Hacker News Watcher là một tiện ích mở rộng Chrome được phát triển bởi Gerardes, và tính năng chính của nó là "Keep track of your favorite subjects on Hacker News.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Hacker News Watcher

Tải xuống các tệp mở rộng Hacker News Watcher dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Hacker News Watcher Hacker News Watcher
ID ojkdgdapoebjekbklfpfjlccifecjeoo
URL Chính Thức https://chromewebstore.google.com/detail/hacker-news-watcher/ojkdgdapoebjekbklfpfjlccifecjeoo
Mô tả Keep track of your favorite subjects on Hacker News.
Kích Thước Tệp 414 KB
Số Lần Cài Đặt 63
Phiên Bản Hiện Tại 0.80.0
Cập Nhật Lần Cuối 2019-11-11
Ngày Phát Hành 2019-11-11
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Gerardes
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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\/"
    ]
}