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.
Was ist Hashnode — The Dev Community?
Hashnode — The Dev Community ist eine Chrome-Erweiterung, die von https://hashnode.com entwickelt wurde, und ihr Hauptmerkmal ist "Hashnode Chrome Extension to read hot discussions and stories. Stay up-to-date with what's happening in the developer's community.".
Erweiterungsscreenshots
Hashnode — The Dev Community-Erweiterungs-CRX-Datei herunterladen
Laden Sie Hashnode — The Dev Community-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | Hashnode — The Dev Community |
ID | omlookjganpodhfakdpjlihigafafmkc |
Offizielle URL | https://chromewebstore.google.com/detail/hashnode-%E2%80%94-the-dev-commun/omlookjganpodhfakdpjlihigafafmkc |
Beschreibung | Hashnode Chrome Extension to read hot discussions and stories. Stay up-to-date with what's happening in the developer's community. |
Dateigröße | 472 KB |
Installationsanzahl | 74 |
Aktuelle Version | 0.1.4 |
Letztes Update | 2020-06-25 |
Veröffentlichungsdatum | 2020-06-25 |
Bewertung | 5.00/5 Insgesamt 2 Bewertungen |
Entwickler | https://hashnode.com |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://hashnode.com |
Hilfeseite URL | https://hashnode.com/support |
URL der Datenschutzrichtlinien-Seite | https://hashnode.com/privacy |
Unterstützte Sprachen | 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" } } |