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 là gì?

Hashnode — The Dev Community là một tiện ích mở rộng Chrome được phát triển bởi https://hashnode.com, và tính năng chính của nó là "Hashnode Chrome Extension to read hot discussions and stories. Stay up-to-date with what's happening in the developer's community.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Hashnode — The Dev Community

Tải xuống các tệp mở rộng Hashnode — The Dev Community dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Hashnode — The Dev Community Hashnode — The Dev Community
ID omlookjganpodhfakdpjlihigafafmkc
URL Chính Thức https://chromewebstore.google.com/detail/hashnode-%E2%80%94-the-dev-commun/omlookjganpodhfakdpjlihigafafmkc
Mô tả Hashnode Chrome Extension to read hot discussions and stories. Stay up-to-date with what's happening in the developer's community.
Kích Thước Tệp 472 KB
Số Lần Cài Đặt 74
Phiên Bản Hiện Tại 0.1.4
Cập Nhật Lần Cuối 2020-06-25
Ngày Phát Hành 2020-06-25
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển https://hashnode.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://hashnode.com
URL Trang Trợ Giúp https://hashnode.com/support
URL Trang Chính Sách Bảo Mật https://hashnode.com/privacy
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}