Gratitutab
Override the new tab page with your own aesthetic todolist
Что такое Gratitutab?
Gratitutab - это расширение Chrome, разработанное robert.zhang1996, и его основная функция - "Override the new tab page with your own aesthetic todolist".
Снимки экрана расширения
Скачать файл CRX расширения Gratitutab
Скачайте файлы расширений Gratitutab в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
A simple, yet powerful, beautiful to-do list chrome extension that aims to instil gratitude in busy and high-stressed people. Instead of saying "I have to do", they can now say "I get to..." do certain tasks every day.
Designed by: Sophie Cheung @sophie.vision Основная информация о расширении
| Название | |
| ID | lanmkhlbcjehkkgpbplhijiggoilhnpl |
| Официальный URL | https://chromewebstore.google.com/detail/gratitutab/lanmkhlbcjehkkgpbplhijiggoilhnpl |
| Описание | Override the new tab page with your own aesthetic todolist |
| Размер файла | 371 KB |
| Количество установок | 1,068 |
| Текущая Версия | 1.0.2 |
| Последнее Обновление | 2021-09-07 |
| Дата публикации | 2021-03-20 |
| Рейтинг | 5.00/5 Всего 1 оценок |
| Разработчик | robert.zhang1996 |
| Электронная почта | [email protected] |
| Тип оплаты | free |
| Поддерживаемые языки | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Gratitutab",
"description": "Override the new tab page with your own aesthetic todolist",
"version": "1.0.2",
"incognito": "split",
"chrome_url_overrides": {
"newtab": "index.html"
},
"manifest_version": 2,
"permissions": [
"storage"
]
} | |