Hashnode Daily

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

Apa itu Hashnode Daily?

Hashnode Daily adalah ekstensi Chrome yang dikembangkan oleh Piyush Sinha, dan fitur utamanya adalah "Get featured articles for the day. Powered by Hashnode API.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Hashnode Daily

Unduh file ekstensi Hashnode Daily dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Powered by Hashnode API.                    

Informasi Dasar Ekstensi

Nama Hashnode Daily Hashnode Daily
ID iegoemajpebnadinmnchmjoiecfciecl
URL Resmi https://chromewebstore.google.com/detail/hashnode-daily/iegoemajpebnadinmnchmjoiecfciecl
Deskripsi Get featured articles for the day. Powered by Hashnode API.
Ukuran File 129 KB
Jumlah Instalasi 28
Versi Saat Ini 1.3
Terakhir Diperbarui 2023-01-06
Tanggal Publikasi 2020-12-24
Penilaian 5.00/5 Total 2 Penilaian
Pengembang Piyush Sinha
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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
}