What Hacker News Says
Easily find Hacker News threads about the page you're currently browsing.
Co to jest What Hacker News Says?
What Hacker News Says to rozszerzenie Chrome opracowane przez https://pino.ceniccola.it, a jego główną funkcją jest „Easily find Hacker News threads about the page you're currently browsing.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia What Hacker News Says
Pobierz pliki rozszerzeń What Hacker News Says w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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
Podstawowe informacje o rozszerzeniu
Nazwa | What Hacker News Says |
ID | khgegkjchclhgpglloficdmdannlpmoi |
Oficjalny URL | https://chromewebstore.google.com/detail/what-hacker-news-says/khgegkjchclhgpglloficdmdannlpmoi |
Opis | Easily find Hacker News threads about the page you're currently browsing. |
Rozmiar pliku | 346 KB |
Liczba instalacji | 431 |
Aktualna Wersja | 0.2.0 |
Ostatnia Aktualizacja | 2021-03-08 |
Data Publikacji | 2020-08-04 |
Ocena | 5.00/5 Łącznie 5 Oceny |
Deweloper | https://pino.ceniccola.it |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://github.com/pinoceniccola/what-hn-says-webext |
Adres URL Strony Pomocy | https://github.com/pinoceniccola/what-hn-says-webext |
Adres URL Strony Polityki Prywatności | https://aprico.org/privacy.html |
Obsługiwane Języki | 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" } } |