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.

Τι είναι το Thrive for Chrome;

Το Thrive for Chrome είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον chrome-extension-devs, και η κύρια λειτουργία του είναι "Recharge with Thrive's New-Tab extension that displays inspirational quotes and beautiful images when you open a new tab in Chrome.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Thrive for Chrome

Λήψη αρχείων επέκτασης Thrive for Chrome σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Thrive for Chrome Thrive for Chrome
ID lpchgccmcfpjckcmpkbinifohlhkcllm
Επίσημο URL https://chromewebstore.google.com/detail/thrive-for-chrome/lpchgccmcfpjckcmpkbinifohlhkcllm
Περιγραφή Recharge with Thrive's New-Tab extension that displays inspirational quotes and beautiful images when you open a new tab in Chrome.
Μέγεθος Αρχείου 79.48 MB
Αριθμός Εγκαταστάσεων 1,005
Τρέχουσα Έκδοση 1.4
Τελευταία Ενημέρωση 2022-05-23
Ημερομηνία Δημοσίευσης 2021-09-15
Αξιολόγηση 5.00/5 Συνολικά 6 Αξιολογήσεις
Προγραμματιστής chrome-extension-devs
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://www.thriveglobal.com
Υποστηριζόμενες Γλώσσες 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"
    }
}