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.」です。
拡張機能のスクリーンショット
What Hacker News Says拡張機能のCRXファイルをダウンロード
What Hacker News Says拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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 |
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 |
Eメール | [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" } } |