HackerNew
The best Hacker News extension, making HN quicker and more useful since 2012.
¿Qué es HackerNew?
HackerNew es una extensión de Chrome desarrollada por Tom Moor, y su función principal es "The best Hacker News extension, making HN quicker and more useful since 2012.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión HackerNew
Descarga archivos de extensión HackerNew en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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
Información Básica de la Extensión
Nombre | HackerNew |
ID | lgoghlndihpmbbgmbpjohilcphbfhddd |
URL Oficial | https://chromewebstore.google.com/detail/hackernew/lgoghlndihpmbbgmbpjohilcphbfhddd |
Descripción | The best Hacker News extension, making HN quicker and more useful since 2012. |
Tamaño del Archivo | 209 KB |
Cantidad de Instalaciones | 1,213 |
Versión Actual | 1.3.2 |
Última Actualización | 2021-04-20 |
Fecha de Publicación | 2021-04-20 |
Calificación | 4.32/5 Total de 50 Calificaciones |
Desarrollador | Tom Moor |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://github.com/tommoor/HackerNew |
URL de la Página de Ayuda | https://github.com/tommoor/HackerNew |
URL de la Página de Política de Privacidad | https://github.com/tommoor/HackerNew/blob/master/PRIVACY.md |
Idiomas Soportados | 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" ] } ] } |