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.
Wat is Thrive for Chrome?
Thrive for Chrome is een Chrome-extensie ontwikkeld door chrome-extension-devs, en de belangrijkste functie is "Recharge with Thrive's New-Tab extension that displays inspirational quotes and beautiful images when you open a new tab in Chrome.".
Extensie Screenshots
Download het CRX-bestand van de extensie Thrive for Chrome
Download Thrive for Chrome-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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. Basisinformatie over de Extensie
| Naam | |
| ID | lpchgccmcfpjckcmpkbinifohlhkcllm |
| Officiële URL | https://chromewebstore.google.com/detail/thrive-for-chrome/lpchgccmcfpjckcmpkbinifohlhkcllm |
| Beschrijving | Recharge with Thrive's New-Tab extension that displays inspirational quotes and beautiful images when you open a new tab in Chrome. |
| Bestandsgrootte | 79.48 MB |
| Aantal Installaties | 1,005 |
| Huidige Versie | 1.4 |
| Laatst Bijgewerkt | 2022-05-23 |
| Publicatiedatum | 2021-09-15 |
| Beoordeling | 5.00/5 Totaal 6 Beoordelingen |
| Ontwikkelaar | chrome-extension-devs |
| Betalingswijze | free |
| Extensiewebsite | https://www.thriveglobal.com |
| Ondersteunde Talen | 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"
}
} | |