Hashnode Daily

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

什麼是Hashnode Daily?

Hashnode Daily是由Piyush Sinha開發的Chrome擴展程式,該擴展的主要功能是“Get featured articles for the day. Powered by Hashnode API.”。

擴展截圖

screenshot

下載Hashnode Daily擴展crx文件

下載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
官方網址 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
}