What Hacker News Says

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

Qu'est-ce que What Hacker News Says ?

What Hacker News Says est une extension Chrome développée par https://pino.ceniccola.it, et sa fonction principale est "Easily find Hacker News threads about the page you're currently browsing.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension What Hacker News Says

Téléchargez les fichiers d'extension What Hacker News Says au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom What Hacker News Says What Hacker News Says
ID khgegkjchclhgpglloficdmdannlpmoi
URL Officiel https://chromewebstore.google.com/detail/what-hacker-news-says/khgegkjchclhgpglloficdmdannlpmoi
Description Easily find Hacker News threads about the page you're currently browsing.
Taille du Fichier 346 KB
Nombre d'Installations 431
Version Actuelle 0.2.0
Dernière Mise à Jour 2021-03-08
Date de Publication 2020-08-04
Évaluation 5.00/5 Total 5 Évaluations
Développeur https://pino.ceniccola.it
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/pinoceniccola/what-hn-says-webext
URL de la Page d'Aide https://github.com/pinoceniccola/what-hn-says-webext
URL de la Page de Politique de Confidentialité https://aprico.org/privacy.html
Langues Prises en Charge 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"
    }
}