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.”。

擴展截圖

screenshot

下載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.                    

擴展基本資訊

名稱 Hashnode — The Dev Community Hashnode — The Dev Community
ID omlookjganpodhfakdpjlihigafafmkc
官方網址 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"
    }
}