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是由https://hashnode.com开发的Chrome扩展程序,该扩展的主要功能是“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扩展crx文件
下载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"
}
} | |