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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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...
확장 프로그램 기본 정보
이름 | Asa - Minimal New Tab Page with Reddit feeds |
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" } } |