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"
}
} | |