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.
Cos'è Hashnode — The Dev Community?
Hashnode — The Dev Community è un'estensione di Chrome sviluppata da https://hashnode.com, e la sua funzione principale è "Hashnode Chrome Extension to read hot discussions and stories. Stay up-to-date with what's happening in the developer's community.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Hashnode — The Dev Community
Scarica i file di estensione Hashnode — The Dev Community in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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. Informazioni di Base sull'Estensione
| Nome | |
| ID | omlookjganpodhfakdpjlihigafafmkc |
| URL Ufficiale | https://chromewebstore.google.com/detail/hashnode-%E2%80%94-the-dev-commun/omlookjganpodhfakdpjlihigafafmkc |
| Descrizione | Hashnode Chrome Extension to read hot discussions and stories. Stay up-to-date with what's happening in the developer's community. |
| Dimensione del File | 472 KB |
| Conteggio Installazioni | 74 |
| Versione Corrente | 0.1.4 |
| Ultimo Aggiornamento | 2020-06-25 |
| Data di Pubblicazione | 2020-06-25 |
| Valutazione | 5.00/5 Totale 2 Valutazioni |
| Sviluppatore | https://hashnode.com |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://hashnode.com |
| URL della Pagina di Aiuto | https://hashnode.com/support |
| URL della Pagina della Politica sulla Privacy | https://hashnode.com/privacy |
| Lingue Supportate | 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"
}
} | |