What Hacker News Says

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

Cos'è What Hacker News Says?

What Hacker News Says è un'estensione di Chrome sviluppata da https://pino.ceniccola.it, e la sua funzione principale è "Easily find Hacker News threads about the page you're currently browsing.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione What Hacker News Says

Scarica i file di estensione What Hacker News Says in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome What Hacker News Says What Hacker News Says
ID khgegkjchclhgpglloficdmdannlpmoi
URL Ufficiale https://chromewebstore.google.com/detail/what-hacker-news-says/khgegkjchclhgpglloficdmdannlpmoi
Descrizione Easily find Hacker News threads about the page you're currently browsing.
Dimensione del File 346 KB
Conteggio Installazioni 431
Versione Corrente 0.2.0
Ultimo Aggiornamento 2021-03-08
Data di Pubblicazione 2020-08-04
Valutazione 5.00/5 Totale 5 Valutazioni
Sviluppatore https://pino.ceniccola.it
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/pinoceniccola/what-hn-says-webext
URL della Pagina di Aiuto https://github.com/pinoceniccola/what-hn-says-webext
URL della Pagina della Politica sulla Privacy https://aprico.org/privacy.html
Lingue Supportate 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"
    }
}