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 |
Eメール | [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" } } |