Hashnode Daily

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

Hvad er Hashnode Daily?

Hashnode Daily er en Chrome-udvidelse udviklet af Piyush Sinha, og dens hovedfunktion er "Get featured articles for the day. Powered by Hashnode API.".

Udvidelsesskærmbilleder

screenshot

Download Hashnode Daily-udvidelses-CRX-fil

Download Hashnode Daily-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

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

Powered by Hashnode API.                    

Grundlæggende oplysninger om udvidelsen

Navn Hashnode Daily Hashnode Daily
ID iegoemajpebnadinmnchmjoiecfciecl
Officiel URL https://chromewebstore.google.com/detail/hashnode-daily/iegoemajpebnadinmnchmjoiecfciecl
Beskrivelse Get featured articles for the day. Powered by Hashnode API.
Filstørrelse 129 KB
Antal Installationer 28
Nuværende Version 1.3
Senest Opdateret 2023-01-06
Udgivelsesdato 2020-12-24
Bedømmelse 5.00/5 Samlet 2 Bedømmelser
Udvikler Piyush Sinha
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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
}