Christina's Chrome extension

Never stop exploring!

Qu'est-ce que Christina's Chrome extension ?

Christina's Chrome extension est une extension Chrome développée par christinavhastenrath, et sa fonction principale est "Never stop exploring!".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Christina's Chrome extension

Téléchargez les fichiers d'extension Christina's Chrome extension au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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/                    

Informations de Base sur l'Extension

Nom Christina's Chrome extension Christina's Chrome extension
ID kmmafchjenalicnigbddpgjdigkmoomj
URL Officiel https://chromewebstore.google.com/detail/christinas-chrome-extensi/kmmafchjenalicnigbddpgjdigkmoomj
Description Never stop exploring!
Taille du Fichier 1.01 MB
Nombre d'Installations 412
Version Actuelle 1.0
Dernière Mise à Jour 2019-06-14
Date de Publication 2019-06-14
Évaluation 4.50/5 Total 8 Évaluations
Développeur christinavhastenrath
Type de Paiement free
Langues Prises en Charge 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"
}