Hacker News Rank
Chrome extension that shows how many times a page was upvoted on Hacker News
¿Qué es Hacker News Rank?
Hacker News Rank es una extensión de Chrome desarrollada por https://www.jitbit.com, y su función principal es "Chrome extension that shows how many times a page was upvoted on Hacker News".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Hacker News Rank
Descarga archivos de extensión Hacker News Rank 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
Allows you to quickly see, if the current URL you're visiting has ever been submitted to HackerNews. If it was - you see the number of upvotes and can quickly go and read the comments by clicking the icon. Which, we think, is the most valuable feature, since the comments at HN are at times more thoughtful and interesting than the actual content. If the current page has NOT been submitted to hackernews, you can do that by clicking the very same extension icon. Created by JitBit (https://www.jitbit.com/) and Artiom Dashinsky (http://dashinsky.com/).
Información Básica de la Extensión
Nombre | Hacker News Rank |
ID | hidhfijjhnnajlkikijcnmpgamfjocdh |
URL Oficial | https://chromewebstore.google.com/detail/hacker-news-rank/hidhfijjhnnajlkikijcnmpgamfjocdh |
Descripción | Chrome extension that shows how many times a page was upvoted on Hacker News |
Tamaño del Archivo | 12.7 KB |
Cantidad de Instalaciones | 48 |
Versión Actual | 2.6 |
Última Actualización | 2023-08-27 |
Fecha de Publicación | 2019-10-01 |
Calificación | 5.00/5 Total de 2 Calificaciones |
Desarrollador | https://www.jitbit.com |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://www.jitbit.com/hacker-news-rank/ |
URL de la Página de Ayuda | https://www.jitbit.com/hacker-news-rank/ |
URL de la Página de Política de Privacidad | https://www.jitbit.com/hacker-news-rank/privacy.html |
Idiomas Soportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Hacker News Rank", "version": "2.6", "author": "Jitbit", "action": { "default_icon": { "16": "Icon.png", "48": "[email protected]", "128": "Icon128.png" } }, "icons": { "16": "Icon.png", "48": "[email protected]", "128": "Icon128.png" }, "permissions": [ "tabs", "activeTab", "scripting", "storage" ], "host_permissions": [ "https:\/\/hn.algolia.com\/" ], "background": { "service_worker": "background.js" }, "description": "Chrome extension that shows how many times a page was upvoted on Hacker News" } |