What Hacker News Says

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

What Hacker News Says란 무엇입니까?

What Hacker News Says은(는) https://pino.ceniccola.it에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Easily find Hacker News threads about the page you're currently browsing."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

What Hacker News Says 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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                    

확장 프로그램 기본 정보

이름 What Hacker News Says What Hacker News Says
ID khgegkjchclhgpglloficdmdannlpmoi
공식 URL https://chromewebstore.google.com/detail/what-hacker-news-says/khgegkjchclhgpglloficdmdannlpmoi
설명 Easily find Hacker News threads about the page you're currently browsing.
파일 크기 346 KB
설치 횟수 431
현재 버전 0.2.0
최근 업데이트 2021-03-08
출시 날짜 2020-08-04
평점 5.00/5 총 5 개의 평점
개발자 https://pino.ceniccola.it
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/pinoceniccola/what-hn-says-webext
도움말 페이지 URL https://github.com/pinoceniccola/what-hn-says-webext
개인정보 보호 정책 페이지 URL https://aprico.org/privacy.html
지원되는 언어 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"
    }
}