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"
}
} | |