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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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/ |
| URL หน้าช่วยเหลือ | 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"
}
} | |