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