Hashnode Daily

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

Hashnode Daily là gì?

Hashnode Daily là một tiện ích mở rộng Chrome được phát triển bởi Piyush Sinha, và tính năng chính của nó là "Get featured articles for the day. Powered by Hashnode API.".

Ả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 Daily

Tải xuống các tệp mở rộng Hashnode Daily 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

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

Powered by Hashnode API.                    

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

Tên Hashnode Daily Hashnode Daily
ID iegoemajpebnadinmnchmjoiecfciecl
URL Chính Thức https://chromewebstore.google.com/detail/hashnode-daily/iegoemajpebnadinmnchmjoiecfciecl
Mô tả Get featured articles for the day. Powered by Hashnode API.
Kích Thước Tệp 129 KB
Số Lần Cài Đặt 28
Phiên Bản Hiện Tại 1.3
Cập Nhật Lần Cuối 2023-01-06
Ngày Phát Hành 2020-12-24
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển Piyush Sinha
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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
}