Christina's Chrome extension

Never stop exploring!

Cos'è Christina's Chrome extension?

Christina's Chrome extension è un'estensione di Chrome sviluppata da christinavhastenrath, e la sua funzione principale è "Never stop exploring!".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Christina's Chrome extension

Scarica i file di estensione Christina's Chrome extension 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

                        Got too much too do and too many tabs open? Get a nice, warm personalised welcome when opening a new tab. When you click on the Lotus flower you will get a mindfullness snack. Take a step back, just for a second and you will be more focused and motivated.

Icons made by www.freepik.com from www.flaticon.com and is licensed by creativecommons.org/licenses/by/3.0/                    

Informazioni di Base sull'Estensione

Nome Christina's Chrome extension Christina's Chrome extension
ID kmmafchjenalicnigbddpgjdigkmoomj
URL Ufficiale https://chromewebstore.google.com/detail/christinas-chrome-extensi/kmmafchjenalicnigbddpgjdigkmoomj
Descrizione Never stop exploring!
Dimensione del File 1.01 MB
Conteggio Installazioni 412
Versione Corrente 1.0
Ultimo Aggiornamento 2019-06-14
Data di Pubblicazione 2019-06-14
Valutazione 4.50/5 Totale 8 Valutazioni
Sviluppatore christinavhastenrath
Tipo di Pagamento free
Lingue Supportate en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Christina's Chrome extension",
    "version": "1.0",
    "description": "Never stop exploring!",
    "chrome_url_overrides": {
        "newtab": "inspiration.html"
    },
    "permissions": [
        "activeTab"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "lotus128.png"
    },
    "manifest_version": 2,
    "incognito": "split"
}