What Hacker News Says
Easily find Hacker News threads about the page you're currently browsing.
Apa itu What Hacker News Says?
What Hacker News Says adalah ekstensi Chrome yang dikembangkan oleh https://pino.ceniccola.it, dan fitur utamanya adalah "Easily find Hacker News threads about the page you're currently browsing.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi What Hacker News Says
Unduh file ekstensi What Hacker News Says dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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
Informasi Dasar Ekstensi
Nama | What Hacker News Says |
ID | khgegkjchclhgpglloficdmdannlpmoi |
URL Resmi | https://chromewebstore.google.com/detail/what-hacker-news-says/khgegkjchclhgpglloficdmdannlpmoi |
Deskripsi | Easily find Hacker News threads about the page you're currently browsing. |
Ukuran File | 346 KB |
Jumlah Instalasi | 431 |
Versi Saat Ini | 0.2.0 |
Terakhir Diperbarui | 2021-03-08 |
Tanggal Publikasi | 2020-08-04 |
Penilaian | 5.00/5 Total 5 Penilaian |
Pengembang | https://pino.ceniccola.it |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/pinoceniccola/what-hn-says-webext |
URL Halaman Bantuan | https://github.com/pinoceniccola/what-hn-says-webext |
URL Halaman Kebijakan Privasi | https://aprico.org/privacy.html |
Bahasa yang Didukung | 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" } } |