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.

Qu'est-ce que Thrive for Chrome ?

Thrive for Chrome est une extension Chrome développée par chrome-extension-devs, et sa fonction principale est "Recharge with Thrive's New-Tab extension that displays inspirational quotes and beautiful images when you open a new tab in Chrome.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Thrive for Chrome

Téléchargez les fichiers d'extension Thrive for Chrome au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Thrive for Chrome Thrive for Chrome
ID lpchgccmcfpjckcmpkbinifohlhkcllm
URL Officiel https://chromewebstore.google.com/detail/thrive-for-chrome/lpchgccmcfpjckcmpkbinifohlhkcllm
Description Recharge with Thrive's New-Tab extension that displays inspirational quotes and beautiful images when you open a new tab in Chrome.
Taille du Fichier 79.48 MB
Nombre d'Installations 1,005
Version Actuelle 1.4
Dernière Mise à Jour 2022-05-23
Date de Publication 2021-09-15
Évaluation 5.00/5 Total 6 Évaluations
Développeur chrome-extension-devs
Type de Paiement free
Site Web de l'Extension https://www.thriveglobal.com
Langues Prises en Charge 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"
    }
}