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.”。
扩展截图
下载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 |
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 |
电子邮箱 | [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 } |