Hacker News Popup
Shows how popular the article you're reading on Hacker News is
¿Qué es Hacker News Popup?
Hacker News Popup es una extensión de Chrome desarrollada por hnpopup, y su función principal es "Shows how popular the article you're reading on Hacker News is".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Hacker News Popup
Descarga archivos de extensión Hacker News Popup 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
The badge shows the point the article got on Hacker News. Click the badge to open a popup that shows comments on Hacker News. You can also submit an article to Hacker News via the link in the popup if you want to share it with people.
Información Básica de la Extensión
Nombre | Hacker News Popup |
ID | decfpoogjcefcgolalhpigfcofidngjk |
URL Oficial | https://chromewebstore.google.com/detail/hacker-news-popup/decfpoogjcefcgolalhpigfcofidngjk |
Descripción | Shows how popular the article you're reading on Hacker News is |
Tamaño del Archivo | 51.61 KB |
Cantidad de Instalaciones | 19 |
Versión Actual | 0.5 |
Última Actualización | 2022-10-29 |
Fecha de Publicación | 2019-06-17 |
Calificación | 5.00/5 Total de 1 Calificaciones |
Desarrollador | hnpopup |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://github.com/doublemarket/hnpopup |
URL de la Página de Ayuda | https://github.com/doublemarket/hnpopup/issues |
Idiomas Soportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Hacker News Popup", "short_name": "hnpopup", "version": "0.5", "description": "Shows how popular the article you're reading on Hacker News is", "icons": { "128": "icon.png" }, "homepage_url": "https:\/\/github.com\/doublemarket\/hnpopup", "offline_enabled": false, "action": { "default_popup": "popup.html", "default_icon": "icon.png" }, "background": { "service_worker": "js\/background.js" }, "permissions": [ "activeTab", "storage" ] } |