Thrive for Chrome
Recharge with Thrive's New-Tab extension that displays inspirational quotes and beautiful images when you open a new tab in Chrome.
Thrive for Chromeとは何ですか?
Thrive for Chromeはchrome-extension-devsによって開発されたChromeの拡張機能で、その主な機能は「Recharge with Thrive's New-Tab extension that displays inspirational quotes and beautiful images when you open a new tab in Chrome.」です。
拡張機能のスクリーンショット
Thrive for Chrome拡張機能のCRXファイルをダウンロード
Thrive for Chrome拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
A "New Tab" extension that displays inspirational quotes and beautiful images every time you open a new tab in Chrome.
Recharge, reduce stress, and sprinkle moments of wonder, wisdom, and joy into your day, automatically.
With each new Chrome tab you open, take a moment for yourself. 拡張機能の基本情報
| 名前 | |
| ID | lpchgccmcfpjckcmpkbinifohlhkcllm |
| 公式URL | https://chromewebstore.google.com/detail/thrive-for-chrome/lpchgccmcfpjckcmpkbinifohlhkcllm |
| 説明 | Recharge with Thrive's New-Tab extension that displays inspirational quotes and beautiful images when you open a new tab in Chrome. |
| ファイルサイズ | 79.48 MB |
| インストール数 | 1,005 |
| 現在のバージョン | 1.4 |
| 最終更新日 | 2022-05-23 |
| 公開日 | 2021-09-15 |
| 評価 | 5.00/5 合計 6 レビュー |
| 開発者 | chrome-extension-devs |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://www.thriveglobal.com |
| 対応言語 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Thrive for Chrome",
"description": "Recharge with Thrive's New-Tab extension that displays inspirational quotes and beautiful images when you open a new tab in Chrome.",
"version": "1.4",
"permissions": [
"cookies"
],
"host_permissions": [
"*:\/\/*.thriveglobal.com\/"
],
"chrome_url_overrides": {
"newtab": "thrive.html"
},
"icons": {
"16": "icons\/16.png",
"32": "icons\/32.png",
"48": "icons\/48.png",
"128": "icons\/128.png",
"256": "icons\/256.png",
"512": "icons\/512.png"
}
} | |