Currently
Replace new tab screen with current time and weather.
Что такое Currently?
Currently - это расширение Chrome, разработанное Currently, и его основная функция - "Replace new tab screen with current time and weather.".
Снимки экрана расширения
Скачать файл CRX расширения Currently
Скачайте файлы расширений Currently в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Currently is a simple extension that replaces your "New Tab" screen with a new one that shows you the current time and the weather while providing convenient web search powered by Yahoo.
Permissions & Reasons Used
Our extension uses the minimum permissions required:
Permission: "geolocation"
Reason: "In order for Currently to display accurate weather information for your area, it requires the ability to query your Latitude and Longitude." Основная информация о расширении
| Название | |
| ID | ojhmphdkpgbibohbnpbfiefkgieacjmh |
| Официальный URL | https://chrome.google.com/webstore/detail/currently/ojhmphdkpgbibohbnpbfiefkgieacjmh |
| Описание | Replace new tab screen with current time and weather. |
| Размер файла | 29.07 MB |
| Количество установок | 70,000 |
| Текущая Версия | 5.1.1 |
| Последнее Обновление | 2021-08-29 |
| Дата публикации | 2021-01-18 |
| Рейтинг | 4.05/5 Всего 2041 оценок |
| Разработчик | Currently |
| Электронная почта | [email protected] |
| Тип оплаты | in_app |
| URL страницы политики конфиденциальности | https://search.currentlyweather.com/home/privacy |
| Поддерживаемые языки | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Currently",
"version": "5.1.1",
"manifest_version": 2,
"description": "Replace new tab screen with current time and weather.",
"background": {
"scripts": [
"core\/index.js"
]
},
"icons": {
"16": "icon16.png",
"96": "icon96.png",
"128": "icon128.png"
},
"chrome_url_overrides": {
"newtab": "public\/index.html"
},
"permissions": [
"geolocation"
],
"content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self';",
"web_accessible_resources": [
"*.json"
]
} | |