Hashnode Daily

Get featured articles for the day. Powered by Hashnode API.

Hashnode Dailyคืออะไร?

Hashnode Daily เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Piyush Sinha และคุณลักษณะหลักของมันคือ "Get featured articles for the day. Powered by Hashnode API."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Hashnode Daily

ดาวน์โหลดไฟล์ส่วนขยาย Hashnode Daily ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Introducing Hashnode Daily - a chrome extension which makes Hashnode's featured articles for the day just a click away. 

Powered by Hashnode API.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Hashnode Daily Hashnode Daily
ID iegoemajpebnadinmnchmjoiecfciecl
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/hashnode-daily/iegoemajpebnadinmnchmjoiecfciecl
คำอธิบาย Get featured articles for the day. Powered by Hashnode API.
ขนาดไฟล์ 129 KB
จำนวนการติดตั้ง 28
เวอร์ชันปัจจุบัน 1.3
อัปเดตครั้งล่าสุด 2023-01-06
วันที่เผยแพร่ 2020-12-24
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา Piyush Sinha
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Hashnode Daily",
    "version": "1.3",
    "description": "Get featured articles for the day. Powered by Hashnode API.",
    "background": [
        {
            "scripts": [
                "background.js"
            ]
        }
    ],
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "icons\/logo-16.png",
            "32": "icons\/logo-32.png",
            "48": "icons\/logo-48.png",
            "128": "icons\/logo-128.png"
        }
    },
    "icons": {
        "16": "icons\/logo-16.png",
        "32": "icons\/logo-32.png",
        "48": "icons\/logo-48.png",
        "128": "icons\/logo-128.png"
    },
    "manifest_version": 2
}