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.
What is Hashnode — The Dev Community?
Hashnode — The Dev Community is a Chrome extension developed by https://hashnode.com, and its main feature is "Hashnode Chrome Extension to read hot discussions and stories. Stay up-to-date with what's happening in the developer's community.".
Extension Screenshots
Download Hashnode — The Dev Community Extension CRX File
Download Hashnode — The Dev Community extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Hashnode — The Dev Community |
ID | omlookjganpodhfakdpjlihigafafmkc |
Official URL | https://chromewebstore.google.com/detail/hashnode-%E2%80%94-the-dev-commun/omlookjganpodhfakdpjlihigafafmkc |
Description | Hashnode Chrome Extension to read hot discussions and stories. Stay up-to-date with what's happening in the developer's community. |
File Size | 472 KB |
Installation Count | 74 |
Current Version | 0.1.4 |
Last Updated | 2020-06-25 |
Publish Date | 2020-06-25 |
Rating | 5.00/5 Total 2 Ratings |
Developer | https://hashnode.com |
[email protected] | |
Payment Type | free |
Extension Website | https://hashnode.com |
Help Page URL | https://hashnode.com/support |
Privacy Policy Page URL | https://hashnode.com/privacy |
Supported Languages | 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" } } |