Daily Motivation - First Nations Quotes
Motivate yourself every time you open a new tab by reading inspirational quotes.
What is Daily Motivation - First Nations Quotes?
Daily Motivation - First Nations Quotes is a Chrome extension developed by https://barayamal.com.au, and its main feature is "Motivate yourself every time you open a new tab by reading inspirational quotes.".
Extension Screenshots
Download Daily Motivation - First Nations Quotes Extension CRX File
Download Daily Motivation - First Nations Quotes extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.).
Extension Basic Information
Name | Daily Motivation - First Nations Quotes |
ID | jaipnioomjajgaplcpfcnlokfmijjkhk |
Official URL | https://chromewebstore.google.com/detail/daily-motivation-first-na/jaipnioomjajgaplcpfcnlokfmijjkhk |
Description | Motivate yourself every time you open a new tab by reading inspirational quotes. |
File Size | 811 KB |
Installation Count | 104 |
Current Version | 1.0.0 |
Last Updated | 2023-09-03 |
Publish Date | 2022-02-11 |
Rating | 5.00/5 Total 3 Ratings |
Developer | https://barayamal.com.au |
[email protected] | |
Payment Type | free |
Extension Website | https://barayamal.com.au/programs/aboriginal-motivational-quotes/ |
Help Page URL | https://barayamal.com.au/contact |
Supported Languages | 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" } } |