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.

What is Thrive for Chrome?

Thrive for Chrome is a Chrome extension developed by chrome-extension-devs, and its main feature is "Recharge with Thrive's New-Tab extension that displays inspirational quotes and beautiful images when you open a new tab in Chrome.".

Extension Screenshots

screenshot
screenshot
screenshot

Download Thrive for Chrome Extension CRX File

Download Thrive for Chrome extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Thrive for Chrome Thrive for Chrome
ID lpchgccmcfpjckcmpkbinifohlhkcllm
Official URL 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.
File Size 79.48 MB
Installation Count 1,005
Current Version 1.4
Last Updated 2022-05-23
Publish Date 2021-09-15
Rating 5.00/5 Total 6 Ratings
Developer chrome-extension-devs
Payment Type free
Extension Website https://www.thriveglobal.com
Supported Languages 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"
    }
}