Hacker News

Displays recent stories from Hacker News

Qu'est-ce que Hacker News ?

Hacker News est une extension Chrome développée par adam.albrecht, et sa fonction principale est "Displays recent stories from Hacker News".

Captures d'Écran de l'Extension

screenshot

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

Téléchargez les fichiers d'extension Hacker News 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

                        This extension displays the latest articles from Y Combinator's Hacker News (news.ycombinator.com).  It also allows you to submit your current tab to Hacker News and perform a search of past Hacker News stories.

Have any bugs or suggestions?  Log them here:  http://github.com/adamalbrecht/hacker-news-for-chrome/issues                    

Informations de Base sur l'Extension

Nom Hacker News Hacker News
ID geancnifhbkbjijfkcjjdnfemppmcjmk
URL Officiel https://chromewebstore.google.com/detail/hacker-news/geancnifhbkbjijfkcjjdnfemppmcjmk
Description Displays recent stories from Hacker News
Taille du Fichier 25.31 KB
Nombre d'Installations 1,344
Version Actuelle 3.21.0
Dernière Mise à Jour 2020-03-11
Date de Publication 2020-03-10
Évaluation 4.56/5 Total 36 Évaluations
Développeur adam.albrecht
Type de Paiement free
Site Web de l'Extension https://www.adamalbrecht.com
URL de la Page d'Aide https://github.com/adamalbrecht/hacker-news-for-chrome
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Hacker News",
    "version": "3.21.0",
    "description": "Displays recent stories from Hacker News",
    "icons": {
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_title": "Hacker News",
        "default_icon": "icon18.png",
        "default_popup": "popup.html"
    },
    "background": {
        "page": "background.html"
    },
    "options_page": "options.html",
    "permissions": [
        "tabs",
        "https:\/\/news.ycombinator.com\/"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/news.ycombinator.com; object-src 'self' 'unsafe-eval' https:\/\/news.ycombinator.com"
}