Hashnode Daily

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

What is Hashnode Daily?

Hashnode Daily is a Chrome extension developed by Piyush Sinha, and its main feature is "Get featured articles for the day. Powered by Hashnode API.".

Extension Screenshots

screenshot

Download Hashnode Daily Extension CRX File

Download Hashnode Daily extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Powered by Hashnode API.                    

Extension Basic Information

Name Hashnode Daily Hashnode Daily
ID iegoemajpebnadinmnchmjoiecfciecl
Official URL https://chromewebstore.google.com/detail/hashnode-daily/iegoemajpebnadinmnchmjoiecfciecl
Description Get featured articles for the day. Powered by Hashnode API.
File Size 129 KB
Installation Count 28
Current Version 1.3
Last Updated 2023-01-06
Publish Date 2020-12-24
Rating 5.00/5 Total 2 Ratings
Developer Piyush Sinha
Email [email protected]
Payment Type free
Supported Languages 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
}