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 |
| 官方網址 | 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"
}
} | |