What Hacker News Says

Easily find Hacker News threads about the page you're currently browsing.

What Hacker News Says là gì?

What Hacker News Says là một tiện ích mở rộng Chrome được phát triển bởi https://pino.ceniccola.it, và tính năng chính của nó là "Easily find Hacker News threads about the page you're currently browsing.".

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

screenshot
screenshot

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

Tải xuống các tệp mở rộng What Hacker News Says 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

                        Dead-simple yet very useful extension that looks for threads on on popular social news aggregator Hacker News via HN Search API (powered by Algolia). For your privacy, this web extension fetches the API only when the popup is clicked and does not run any background script. It also requires minimum permissions (just "activeTab" actually).

Source is on GitHub: https://github.com/pinoceniccola/what-hn-says-webext                    

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

Tên What Hacker News Says What Hacker News Says
ID khgegkjchclhgpglloficdmdannlpmoi
URL Chính Thức https://chromewebstore.google.com/detail/what-hacker-news-says/khgegkjchclhgpglloficdmdannlpmoi
Mô tả Easily find Hacker News threads about the page you're currently browsing.
Kích Thước Tệp 346 KB
Số Lần Cài Đặt 431
Phiên Bản Hiện Tại 0.2.0
Cập Nhật Lần Cuối 2021-03-08
Ngày Phát Hành 2020-08-04
Đánh Giá 5.00/5 Tổng số 5 Đánh Giá
Nhà Phát Triển https://pino.ceniccola.it
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/pinoceniccola/what-hn-says-webext
URL Trang Trợ Giúp https://github.com/pinoceniccola/what-hn-says-webext
URL Trang Chính Sách Bảo Mật https://aprico.org/privacy.html
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "What Hacker News Says",
    "version": "0.2.0",
    "description": "Easily find Hacker News threads about the page you're currently browsing.",
    "homepage_url": "https:\/\/github.com\/pinoceniccola\/what-hn-says-webext",
    "icons": {
        "16": "assets\/icon-16.png",
        "32": "assets\/icon-32.png",
        "48": "assets\/icon-48.png",
        "96": "assets\/icon-96.png",
        "128": "assets\/icon-128.png",
        "256": "assets\/icon-256.png"
    },
    "permissions": [
        "activeTab"
    ],
    "browser_action": {
        "browser_style": false,
        "default_icon": {
            "16": "assets\/icon-16.png",
            "32": "assets\/icon-32.png",
            "48": "assets\/icon-48.png"
        },
        "default_title": "Click to find what HN says",
        "default_popup": "popup.html"
    }
}