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.
Cos'è Thrive for Chrome?
Thrive for Chrome è un'estensione di Chrome sviluppata da chrome-extension-devs, e la sua funzione principale è "Recharge with Thrive's New-Tab extension that displays inspirational quotes and beautiful images when you open a new tab in Chrome.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Thrive for Chrome
Scarica i file di estensione Thrive for Chrome in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Thrive for Chrome |
ID | lpchgccmcfpjckcmpkbinifohlhkcllm |
URL Ufficiale | https://chromewebstore.google.com/detail/thrive-for-chrome/lpchgccmcfpjckcmpkbinifohlhkcllm |
Descrizione | Recharge with Thrive's New-Tab extension that displays inspirational quotes and beautiful images when you open a new tab in Chrome. |
Dimensione del File | 79.48 MB |
Conteggio Installazioni | 1,005 |
Versione Corrente | 1.4 |
Ultimo Aggiornamento | 2022-05-23 |
Data di Pubblicazione | 2021-09-15 |
Valutazione | 5.00/5 Totale 6 Valutazioni |
Sviluppatore | chrome-extension-devs |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://www.thriveglobal.com |
Lingue Supportate | 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" } } |