Daily Motivation - First Nations Quotes
Motivate yourself every time you open a new tab by reading inspirational quotes.
ما هو Daily Motivation - First Nations Quotes؟
Daily Motivation - First Nations Quotes هو إضافة Chrome تم تطويرها بواسطة https://barayamal.com.au، والميزة الرئيسية لها هي "Motivate yourself every time you open a new tab by reading inspirational quotes.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Daily Motivation - First Nations Quotes
قم بتنزيل ملفات الامتداد Daily Motivation - First Nations Quotes بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Why not start every new search with a motivational quote? This extension will show you a motivational message when you open up any tab, so be sure to check it out.
"Traveler, there are no paths. Paths are made by walking.” - First Nations Proverb
Add more First Nations quotes to the collection here: https://docs.google.com/forms/d/e/1FAIpQLSdXpYnV7Kc0B9v6-F5wtBP9ZEe_oUkw0GIu03NtAMD2BeAEaA/viewform
Acknowledge quotes: If you see a quote without any credit given, please email [email protected] with the information and a screenshot so we can add it as soon as possible (next update)!
First Nations (Indigenous, Aboriginal, Māori, Native American, etc.). معلومات أساسية عن التمديد
| الاسم | |
| ID | jaipnioomjajgaplcpfcnlokfmijjkhk |
| عنوان URL الرسمي | https://chromewebstore.google.com/detail/daily-motivation-first-na/jaipnioomjajgaplcpfcnlokfmijjkhk |
| الوصف | Motivate yourself every time you open a new tab by reading inspirational quotes. |
| حجم الملف | 811 KB |
| عدد التثبيتات | 104 |
| النسخة الحالية | 1.0.0 |
| آخر تحديث | 2023-09-03 |
| تاريخ النشر | 2022-02-11 |
| تقييم | 5.00/5 مجموع تقييمات 3 |
| المطور | https://barayamal.com.au |
| البريد الإلكتروني | [email protected] |
| نوع الدفع | free |
| موقع الإضافة | https://barayamal.com.au/programs/aboriginal-motivational-quotes/ |
| عنوان صفحة المساعدة | https://barayamal.com.au/contact |
| اللغات المدعومة | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Daily Motivation - First Nations Quotes",
"version": "1.0.0",
"description": "Motivate yourself every time you open a new tab by reading inspirational quotes.",
"background": {
"service_worker": "background.js"
},
"chrome_url_overrides": {
"newtab": "index.html"
},
"icons": {
"256": "src\/imgs\/icon.png"
}
} | |