booster
Your time is your life, this extension reminds you to use it wisely. Boost your performance and success.
Что такое booster?
booster - это расширение Chrome, разработанное Momen Yasser, и его основная функция - "Your time is your life, this extension reminds you to use it wisely. Boost your performance and success.".
Снимки экрана расширения
Скачать файл CRX расширения booster
Скачайте файлы расширений booster в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Replace your 'new tab' page with a real-time counter showing your current age to boost your life performance and motivation Основная информация о расширении
| Название | |
| ID | ajkbgacnnieoglchgpboiiiilgfjfcie |
| Официальный URL | https://chromewebstore.google.com/detail/booster/ajkbgacnnieoglchgpboiiiilgfjfcie |
| Описание | Your time is your life, this extension reminds you to use it wisely. Boost your performance and success. |
| Размер файла | 196 KB |
| Количество установок | 457 |
| Текущая Версия | 2.1.3 |
| Последнее Обновление | 2015-12-02 |
| Дата публикации | 2015-12-02 |
| Рейтинг | 4.86/5 Всего 14 оценок |
| Разработчик | Momen Yasser |
| Тип оплаты | free |
| Поддерживаемые языки | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "booster",
"version": "2.1.3",
"description": "Your time is your life, this extension reminds you to use it wisely. Boost your performance and success.",
"icons": {
"16": "assets\/imgs\/icon16.png",
"48": "assets\/imgs\/icon48.png",
"128": "assets\/imgs\/icon128.png"
},
"author": "Momen Yasser",
"chrome_url_overrides": {
"newtab": "index.html"
},
"minimum_chrome_version": "21",
"incognito": "split",
"permissions": [
"storage"
],
"short_name": "booster",
"version_name": "2.1.3"
} | |