Days left for
Days left for is an extension which overrides your new tab with a simple days counter.
Что такое Days left for?
Days left for - это расширение Chrome, разработанное Dishant Kaushik, и его основная функция - "Days left for is an extension which overrides your new tab with a simple days counter.".
Снимки экрана расширения
Скачать файл CRX расширения Days left for
Скачайте файлы расширений Days left for в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Days left for is an extension which overrides your new tab with a simple days counter. This can be helpful if you want to get reminded of something important but don't want to open a calendar for it. It keeps your top visited websites and your recent search history to keep functionality. Wallpapers powered by Unsplash. Основная информация о расширении
| Название | |
| ID | llnlifjlmlfeifhlahlhfjcogijaebnj |
| Официальный URL | https://chromewebstore.google.com/detail/days-left-for/llnlifjlmlfeifhlahlhfjcogijaebnj |
| Описание | Days left for is an extension which overrides your new tab with a simple days counter. |
| Размер файла | 759 KB |
| Количество установок | 144 |
| Текущая Версия | 1.0.0 |
| Последнее Обновление | 2019-11-01 |
| Дата публикации | 2019-10-31 |
| Рейтинг | 4.75/5 Всего 4 оценок |
| Разработчик | Dishant Kaushik |
| Электронная почта | [email protected] |
| Тип оплаты | free |
| Поддерживаемые языки | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Days left for",
"version": "1.0.0",
"description": "Days left for is an extension which overrides your new tab with a simple days counter.",
"chrome_url_overrides": {
"newtab": "index.html"
},
"permissions": [
"history",
"topSites"
],
"icons": {
"16": "favicon-16x16.png",
"48": "icon-48x48.png",
"128": "icon-128x128.png"
},
"content_security_policy": "script-src 'self' 'sha256-TnMQHPsY7JCtYsDQ5jgYo775G7KMmY4IJC\/DWJT8P9U='; object-src 'self'"
} | |