Christina's Chrome extension

Never stop exploring!

Wat is Christina's Chrome extension?

Christina's Chrome extension is een Chrome-extensie ontwikkeld door christinavhastenrath, en de belangrijkste functie is "Never stop exploring!".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Christina's Chrome extension

Download Christina's Chrome extension-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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/                    

Basisinformatie over de Extensie

Naam Christina's Chrome extension Christina's Chrome extension
ID kmmafchjenalicnigbddpgjdigkmoomj
Officiële URL https://chromewebstore.google.com/detail/christinas-chrome-extensi/kmmafchjenalicnigbddpgjdigkmoomj
Beschrijving Never stop exploring!
Bestandsgrootte 1.01 MB
Aantal Installaties 412
Huidige Versie 1.0
Laatst Bijgewerkt 2019-06-14
Publicatiedatum 2019-06-14
Beoordeling 4.50/5 Totaal 8 Beoordelingen
Ontwikkelaar christinavhastenrath
Betalingswijze free
Ondersteunde Talen 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"
}