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是由https://barayamal.com.au开发的Chrome扩展程序,该扩展的主要功能是“Motivate yourself every time you open a new tab by reading inspirational quotes.”。
扩展截图
下载Daily Motivation - First Nations Quotes扩展crx文件
下载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"
}
} | |