HackerNew

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

Was ist HackerNew?

HackerNew ist eine Chrome-Erweiterung, die von Tom Moor entwickelt wurde, und ihr Hauptmerkmal ist "The best Hacker News extension, making HN quicker and more useful since 2012.".

Erweiterungsscreenshots

screenshot
screenshot

HackerNew-Erweiterungs-CRX-Datei herunterladen

Laden Sie HackerNew-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name HackerNew HackerNew
ID lgoghlndihpmbbgmbpjohilcphbfhddd
Offizielle URL https://chromewebstore.google.com/detail/hackernew/lgoghlndihpmbbgmbpjohilcphbfhddd
Beschreibung The best Hacker News extension, making HN quicker and more useful since 2012.
Dateigröße 209 KB
Installationsanzahl 1,213
Aktuelle Version 1.3.2
Letztes Update 2021-04-20
Veröffentlichungsdatum 2021-04-20
Bewertung 4.32/5 Insgesamt 50 Bewertungen
Entwickler Tom Moor
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://github.com/tommoor/HackerNew
Hilfeseite URL https://github.com/tommoor/HackerNew
URL der Datenschutzrichtlinien-Seite https://github.com/tommoor/HackerNew/blob/master/PRIVACY.md
Unterstützte Sprachen 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"
            ]
        }
    ]
}