HackerNew

The best Hacker News extension, making HN quicker and more useful since 2012.

Qu'est-ce que HackerNew ?

HackerNew est une extension Chrome développée par Tom Moor, et sa fonction principale est "The best Hacker News extension, making HN quicker and more useful since 2012.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension HackerNew

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

                        Once you install this extension you'll never be able to go back to regular Hacker News, featuring:

- Improved readability design
- Retina screen support
- User following
- Super fast inline replies
- Quick profiles with social network info when hovering over usernames
- Filtering of stories based on terms and phrases / domain or user
- Endless scrolling
- Collapsible comment threads
- Direct link to Google Cache version
- Social sharing for Twitter, Facebook, Google+, Buffer


HackerNew is open source - forks and improvements are welcome:
https://github.com/tommoor/HackerNew                    

Informations de Base sur l'Extension

Nom HackerNew HackerNew
ID lgoghlndihpmbbgmbpjohilcphbfhddd
URL Officiel https://chromewebstore.google.com/detail/hackernew/lgoghlndihpmbbgmbpjohilcphbfhddd
Description The best Hacker News extension, making HN quicker and more useful since 2012.
Taille du Fichier 209 KB
Nombre d'Installations 1,213
Version Actuelle 1.3.2
Dernière Mise à Jour 2021-04-20
Date de Publication 2021-04-20
Évaluation 4.32/5 Total 50 Évaluations
Développeur Tom Moor
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/tommoor/HackerNew
URL de la Page d'Aide https://github.com/tommoor/HackerNew
URL de la Page de Politique de Confidentialité https://github.com/tommoor/HackerNew/blob/master/PRIVACY.md
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "HackerNew",
    "version": "1.3.2",
    "description": "The best Hacker News extension, making HN quicker and more useful since 2012.",
    "background": {
        "page": "background.html"
    },
    "icons": {
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "manifest_version": 2,
    "web_accessible_resources": [
        "images\/karma.png",
        "images\/follow.png",
        "images\/unfollow.png",
        "images\/loading.gif",
        "images\/loading-light.gif",
        "images\/icons.png",
        "images\/icon.png",
        "images\/arrow-up.png",
        "images\/arrow-down.png"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/news.ycombinator.com\/*",
                "http:\/\/news.ycombinator.org\/*",
                "http:\/\/hackerne.ws\/*",
                "https:\/\/news.ycombinator.com\/*"
            ],
            "css": [
                "forms.css",
                "hn.css"
            ],
            "js": [
                "js\/libs\/jquery-1.7.1.min.js",
                "js\/libs\/jquery.hoverIntent.js",
                "js\/libs\/jquery.autogrow.js",
                "js\/libs\/twitter.text.js",
                "js\/hn.js"
            ]
        }
    ]
}