Hacker News +
Stylish Hacker News.
Wat is Hacker News +?
Hacker News + is een Chrome-extensie ontwikkeld door Jarques, en de belangrijkste functie is "Stylish Hacker News.".
Extensie Screenshots
Download het CRX-bestand van de extensie Hacker News +
Download Hacker News +-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
With the recent changes to Google's applications, I thought it'd be nice to get Hacker News to fit in nicely. Any questions / comments contact me on Twitter: @jarques Update in v2.0: * Update to manifest v3 * Dark mode switcher * Remove hot key support * Improved commenting layouts
Basisinformatie over de Extensie
Naam | Hacker News + |
ID | oieefcckcbbgniifdhhialgkmghahjgl |
Officiële URL | https://chromewebstore.google.com/detail/hacker-news-+/oieefcckcbbgniifdhhialgkmghahjgl |
Beschrijving | Stylish Hacker News. |
Bestandsgrootte | 456 KB |
Aantal Installaties | 191 |
Huidige Versie | 2.0 |
Laatst Bijgewerkt | 2023-05-28 |
Publicatiedatum | 2013-08-02 |
Beoordeling | 4.38/5 Totaal 26 Beoordelingen |
Ontwikkelaar | Jarques |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | http://jarqu.es/dev/HN+/ |
Ondersteunde Talen | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Hacker News +", "version": "2.0", "description": "Stylish Hacker News.", "content_scripts": [ { "all_frames": true, "css": [ "style.css" ], "js": [ "js\/hn.js" ], "matches": [ "https:\/\/news.ycombinator.com\/*" ] } ], "web_accessible_resources": [ { "resources": [ "\/fonts\/*.ttf" ], "matches": [ "https:\/\/news.ycombinator.com\/*" ] } ], "permissions": [ "storage" ] } |