Cute Chores List
Make your chores seem aesthetically pleasing!
Что такое Cute Chores List?
Cute Chores List - это расширение Chrome, разработанное cabbagemonkey, и его основная функция - "Make your chores seem aesthetically pleasing!".
Снимки экрана расширения
Скачать файл CRX расширения Cute Chores List
Скачайте файлы расширений Cute Chores List в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
A few months ago, there was this one week where I forgot to take a shower 😅. So I made this handy browser checklist to help me remember to do that as well as other everyday chores. Hopefully, this list will be helpful to you too! 🥰 Основная информация о расширении
| Название | |
| ID | pmoplbcaghfpldhemedpacgpmonbnhnp |
| Официальный URL | https://chromewebstore.google.com/detail/cute-chores-list/pmoplbcaghfpldhemedpacgpmonbnhnp |
| Описание | Make your chores seem aesthetically pleasing! |
| Размер файла | 6.14 MB |
| Количество установок | 28 |
| Текущая Версия | 1.0 |
| Последнее Обновление | 2022-01-08 |
| Дата публикации | 2021-11-03 |
| Рейтинг | 5.00/5 Всего 1 оценок |
| Разработчик | cabbagemonkey |
| Электронная почта | [email protected] |
| Тип оплаты | free |
| Поддерживаемые языки | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Cute Chores List ",
"description": "Make your chores seem aesthetically pleasing!",
"version": "1.0",
"manifest_version": 3,
"permissions": [],
"action": {
"default_popup": "index.html",
"default_icon": {
"16": "\/images\/get_started16.png",
"32": "\/images\/get_started32.png",
"48": "\/images\/get_started48.png",
"128": "\/images\/get_started128.png"
}
},
"icons": {
"16": "\/images\/get_started16.png",
"32": "\/images\/get_started32.png",
"48": "\/images\/get_started48.png",
"128": "\/images\/get_started128.png"
}
} | |