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.
Was ist Thrive for Chrome?
Thrive for Chrome ist eine Chrome-Erweiterung, die von chrome-extension-devs entwickelt wurde, und ihr Hauptmerkmal ist "Recharge with Thrive's New-Tab extension that displays inspirational quotes and beautiful images when you open a new tab in Chrome.".
Erweiterungsscreenshots
Thrive for Chrome-Erweiterungs-CRX-Datei herunterladen
Laden Sie Thrive for Chrome-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | lpchgccmcfpjckcmpkbinifohlhkcllm |
| Offizielle URL | https://chromewebstore.google.com/detail/thrive-for-chrome/lpchgccmcfpjckcmpkbinifohlhkcllm |
| Beschreibung | Recharge with Thrive's New-Tab extension that displays inspirational quotes and beautiful images when you open a new tab in Chrome. |
| Dateigröße | 79.48 MB |
| Installationsanzahl | 1,005 |
| Aktuelle Version | 1.4 |
| Letztes Update | 2022-05-23 |
| Veröffentlichungsdatum | 2021-09-15 |
| Bewertung | 5.00/5 Insgesamt 6 Bewertungen |
| Entwickler | chrome-extension-devs |
| Zahlungsart | free |
| Erweiterungswebsite | https://www.thriveglobal.com |
| Unterstützte Sprachen | 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"
}
} | |