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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
공식 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"
    }
}