Hashnode — The Dev Community
Hashnode Chrome Extension to read hot discussions and stories. Stay up-to-date with what's happening in the developer's community.
¿Qué es Hashnode — The Dev Community?
Hashnode — The Dev Community es una extensión de Chrome desarrollada por https://hashnode.com, y su función principal es "Hashnode Chrome Extension to read hot discussions and stories. Stay up-to-date with what's happening in the developer's community.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Hashnode — The Dev Community
Descarga archivos de extensión Hashnode — The Dev Community 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
Hashnode is one of the fastest-growing networks of software developers with developers from 180+ countries worldwide. We are empowering developers to tell their stories and help them grow in their career.
With this Chrome extension, you can stay up-to-date with what's happening in the dev community without opening Hashnode everytime. Información Básica de la Extensión
| Nombre | |
| ID | omlookjganpodhfakdpjlihigafafmkc |
| URL Oficial | https://chromewebstore.google.com/detail/hashnode-%E2%80%94-the-dev-commun/omlookjganpodhfakdpjlihigafafmkc |
| Descripción | Hashnode Chrome Extension to read hot discussions and stories. Stay up-to-date with what's happening in the developer's community. |
| Tamaño del Archivo | 472 KB |
| Cantidad de Instalaciones | 74 |
| Versión Actual | 0.1.4 |
| Última Actualización | 2020-06-25 |
| Fecha de Publicación | 2020-06-25 |
| Calificación | 5.00/5 Total de 2 Calificaciones |
| Desarrollador | https://hashnode.com |
| Correo electrónico | [email protected] |
| Tipo de Pago | free |
| Sitio Web de la Extensión | https://hashnode.com |
| URL de la Página de Ayuda | https://hashnode.com/support |
| URL de la Página de Política de Privacidad | https://hashnode.com/privacy |
| Idiomas Soportados | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Hashnode \u2014 The Dev Community",
"manifest_version": 2,
"version": "0.1.4",
"description": "Hashnode Chrome Extension to read hot discussions and stories. Stay up-to-date with what's happening in the developer's community.",
"background": [],
"short_name": "Hashnode",
"browser_action": {
"default_popup": "index.html"
},
"externally_connectable": {
"matches": [
"*:\/\/*.hashnode.com\/*"
]
},
"author": "Hashnode",
"homepage_url": "https:\/\/hashnode.com",
"icons": {
"16": "images\/hn-logo-16.png",
"32": "images\/hn-logo-32.png",
"48": "images\/hn-logo-48.png",
"128": "images\/hn-logo-128.png"
}
} | |