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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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! 🥰
معلومات أساسية عن التمديد
الاسم | Cute Chores List |
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" } } |