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
公式URL 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
Eメール [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
}