Currents
Replace new tab screen with current time and weather.
Что такое Currents?
Currents - это расширение Chrome, разработанное https://deadnight7.github.io, и его основная функция - "Replace new tab screen with current time and weather.".
Снимки экрана расширения
Скачать файл CRX расширения Currents
Скачайте файлы расширений Currents в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Replace new tab screen with current time and weather. Основная информация о расширении
| Название | |
| ID | fmladbonckfbhdblkcipokdinlnamnif |
| Официальный URL | https://chromewebstore.google.com/detail/currents/fmladbonckfbhdblkcipokdinlnamnif |
| Описание | Replace new tab screen with current time and weather. |
| Размер файла | 2.38 MB |
| Количество установок | 52 |
| Текущая Версия | 3.4.0 |
| Последнее Обновление | 2020-08-18 |
| Дата публикации | 2020-08-18 |
| Разработчик | https://deadnight7.github.io |
| Электронная почта | [email protected] |
| Тип оплаты | free |
| Поддерживаемые языки | en |
| manifest.json | |
{
"chrome_url_overrides": {
"newtab": "app\/index.html"
},
"content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com https:\/\/widget.uservoice.com\/; object-src 'self'",
"default_locale": "en",
"description": "Replace new tab screen with current time and weather.",
"icons": {
"128": "images\/icon128.png",
"16": "images\/icon16.png",
"96": "images\/icon96.png"
},
"manifest_version": 2,
"name": "Currents",
"options_page": "app\/index.html#\/drawer\/settings",
"permissions": [
"storage",
"unlimitedStorage",
"geolocation",
"unlimitedStorage",
"https:\/\/maps.googleapis.com\/maps\/api\/",
"http:\/\/api.wunderground.com\/api",
"https:\/\/ssl.google-analytics.com\/",
"https:\/\/s3.amazonaws.com\/"
],
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"version": "3.4.0"
} | |