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.

O que é Thrive for Chrome?

Thrive for Chrome é uma extensão do Chrome desenvolvida por chrome-extension-devs, e sua principal característica é "Recharge with Thrive's New-Tab extension that displays inspirational quotes and beautiful images when you open a new tab in Chrome.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Thrive for Chrome

Baixe arquivos de extensão Thrive for Chrome no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Thrive for Chrome Thrive for Chrome
ID lpchgccmcfpjckcmpkbinifohlhkcllm
URL Oficial https://chromewebstore.google.com/detail/thrive-for-chrome/lpchgccmcfpjckcmpkbinifohlhkcllm
Descrição Recharge with Thrive's New-Tab extension that displays inspirational quotes and beautiful images when you open a new tab in Chrome.
Tamanho do Arquivo 79.48 MB
Contagem de Instalações 1,005
Versão Atual 1.4
Última Atualização 2022-05-23
Data de Publicação 2021-09-15
Classificação 5.00/5 Total de 6 Avaliações
Desenvolvedor chrome-extension-devs
Tipo de Pagamento free
Site da Extensão https://www.thriveglobal.com
Idiomas Suportados 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"
    }
}