Asa - Minimal New Tab Page with Reddit feeds
A Minimal New Tab Extension integrated with Reddit.
什么是Asa - Minimal New Tab Page with Reddit feeds?
Asa - Minimal New Tab Page with Reddit feeds是由Asa开发的Chrome扩展程序,该扩展的主要功能是“A Minimal New Tab Extension integrated with Reddit.”。
扩展截图
下载Asa - Minimal New Tab Page with Reddit feeds扩展crx文件
下载Asa - Minimal New Tab Page with Reddit feeds扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Asa 朝 ("Morning" in Japanese) is a minimal new tab page with weather forecast and Reddit integration.
Features
- Reddit feeds with sorting options
- Save your frequently visited subreddits
- Current condition and weather forecast for upcoming days
- Themes to suit your current vibe
- Configurable display options and temperature unit
- Offline supported (weather conditions and Reddit posts from cache)
- More coming soon... 扩展基本信息
| 名称 | |
| ID | ndkamfchbdmcjkdhbdncneldklacefjn |
| 官方URL | https://chromewebstore.google.com/detail/asa-minimal-new-tab-page/ndkamfchbdmcjkdhbdncneldklacefjn |
| 简介 | A Minimal New Tab Extension integrated with Reddit. |
| 文件大小 | 674 KB |
| 安装次数 | 147 |
| 当前版本 | 1.1 |
| 更新时间 | 2021-09-23 |
| 上架时间 | 2021-09-05 |
| 评分 | 5.00/5 共5次评分 |
| 开发者 | Asa |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Asa - Minimal New Tab Page with Reddit feeds",
"short_name": "Asa",
"description": "A Minimal New Tab Extension integrated with Reddit.",
"version": "1.1",
"permissions": [
"storage"
],
"chrome_url_overrides": {
"newtab": "index.html"
},
"icons": {
"16": "icons\/Inverted.png",
"48": "icons\/48.png",
"128": "icons\/128.png"
}
} | |