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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://hashnode.com และคุณลักษณะหลักของมันคือ "Hashnode Chrome Extension to read hot discussions and stories. Stay up-to-date with what's happening in the developer's community."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Hashnode — The Dev Community

ดาวน์โหลดไฟล์ส่วนขยาย 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
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"
    }
}