Asa - Minimal New Tab Page with Reddit feeds
A Minimal New Tab Extension integrated with Reddit.
What is Asa - Minimal New Tab Page with Reddit feeds?
Asa - Minimal New Tab Page with Reddit feeds is a Chrome extension developed by Asa, and its main feature is "A Minimal New Tab Extension integrated with Reddit.".
Extension Screenshots
Download Asa - Minimal New Tab Page with Reddit feeds Extension CRX File
Download Asa - Minimal New Tab Page with Reddit feeds extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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...
Extension Basic Information
Name | Asa - Minimal New Tab Page with Reddit feeds |
ID | ndkamfchbdmcjkdhbdncneldklacefjn |
Official URL | https://chromewebstore.google.com/detail/asa-minimal-new-tab-page/ndkamfchbdmcjkdhbdncneldklacefjn |
Description | A Minimal New Tab Extension integrated with Reddit. |
File Size | 674 KB |
Installation Count | 147 |
Current Version | 1.1 |
Last Updated | 2021-09-23 |
Publish Date | 2021-09-05 |
Rating | 5.00/5 Total 5 Ratings |
Developer | Asa |
[email protected] | |
Payment Type | free |
Supported Languages | 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" } } |