Hacker News
Hacker News for your new tab. Night mode or day mode (just like your IDE). Card view with images or the classic HN list view.
Qu'est-ce que Hacker News ?
Hacker News est une extension Chrome développée par https://gitconnected.com, et sa fonction principale est "Hacker News for your new tab. Night mode or day mode (just like your IDE). Card view with images or the classic HN list view.".
Captures d'Écran de l'Extension
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
- Infinite scroll - Hacker news in default tab - Images for stories - Night mode - Grid or list view Get all the latest tech, startup, and coding news instantly. Read HN in night mode... like the web is meant to be viewed. The grid view offers images and icons to more easily scan the news items. This is an independent Hacker News clone with no connection to Y Combinator (YC). Hacker News is an essential source for developers, founders, designers, software engineers, and anyone obsessed with startups. Thanks to all our friends from Startup School! The Chrome Extension is open source, and you are able to build your own as well! Check out the gitconnected GitHub account under the hacker-news-reader repo. Take the hassle out of reading staying up to date with the news and content that is important to you.
Informations de Base sur l'Extension
Nom | Hacker News |
ID | hknoigmfpgfdkccnkbfbjfnocoegoefe |
URL Officiel | https://chromewebstore.google.com/detail/hacker-news/hknoigmfpgfdkccnkbfbjfnocoegoefe |
Description | Hacker News for your new tab. Night mode or day mode (just like your IDE). Card view with images or the classic HN list view. |
Taille du Fichier | 477 KB |
Nombre d'Installations | 259 |
Version Actuelle | 1.0.4 |
Dernière Mise à Jour | 2022-04-20 |
Date de Publication | 2018-10-26 |
Évaluation | 5.00/5 Total 5 Évaluations |
Développeur | https://gitconnected.com |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Hacker News", "description": "Hacker News for your new tab. Night mode or day mode (just like your IDE). Card view with images or the classic HN list view.", "version": "1.0.4", "author": "gitconnected", "browser_action": { "default_icon": "yc-night.png", "default_title": "New Tab" }, "icons": { "128": "yc-night.png", "48": "yc-night.png", "16": "yc-night-small.png" }, "chrome_url_overrides": { "newtab": "index.html" }, "permissions": [], "background": { "scripts": [ "background.js" ], "persistent": false } } |