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.
Τι είναι το Hashnode — The Dev Community;
Το Hashnode — The Dev Community είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://hashnode.com, και η κύρια λειτουργία του είναι "Hashnode Chrome Extension to read hot discussions and stories. Stay up-to-date with what's happening in the developer's community.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Hashnode — The Dev Community
Λήψη αρχείων επέκτασης Hashnode — The Dev Community σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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. Βασικές Πληροφορίες Επέκτασης
| Όνομα | |
| ID | omlookjganpodhfakdpjlihigafafmkc |
| Επίσημο URL | https://chromewebstore.google.com/detail/hashnode-%E2%80%94-the-dev-commun/omlookjganpodhfakdpjlihigafafmkc |
| Περιγραφή | Hashnode Chrome Extension to read hot discussions and stories. Stay up-to-date with what's happening in the developer's community. |
| Μέγεθος Αρχείου | 472 KB |
| Αριθμός Εγκαταστάσεων | 74 |
| Τρέχουσα Έκδοση | 0.1.4 |
| Τελευταία Ενημέρωση | 2020-06-25 |
| Ημερομηνία Δημοσίευσης | 2020-06-25 |
| Αξιολόγηση | 5.00/5 Συνολικά 2 Αξιολογήσεις |
| Προγραμματιστής | https://hashnode.com |
| Ηλεκτρονικό ταχυδρομείο | [email protected] |
| Τύπος Πληρωμής | free |
| Ιστότοπος Επέκτασης | https://hashnode.com |
| Διεύθυνση URL της Σελίδας Βοήθειας | https://hashnode.com/support |
| URL της Σελίδας Πολιτικής Απορρήτου | https://hashnode.com/privacy |
| Υποστηριζόμενες Γλώσσες | 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"
}
} | |