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.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot

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.).                    

拡張機能の基本情報

名前 Daily Motivation - First Nations Quotes Daily Motivation - First Nations Quotes
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
Eメール [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"
    }
}