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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Asa และคุณลักษณะหลักของมันคือ "A Minimal New Tab Extension integrated with Reddit."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Asa - Minimal New Tab Page with Reddit feeds
ดาวน์โหลดไฟล์ส่วนขยาย 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"
}
} | |