Christina's Chrome extension

Never stop exploring!

What is Christina's Chrome extension?

Christina's Chrome extension is a Chrome extension developed by christinavhastenrath, and its main feature is "Never stop exploring!".

Extension Screenshots

screenshot

Download Christina's Chrome extension Extension CRX File

Download Christina's Chrome extension extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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/                    

Extension Basic Information

Name Christina's Chrome extension Christina's Chrome extension
ID kmmafchjenalicnigbddpgjdigkmoomj
Official URL https://chromewebstore.google.com/detail/christinas-chrome-extensi/kmmafchjenalicnigbddpgjdigkmoomj
Description Never stop exploring!
File Size 1.01 MB
Installation Count 412
Current Version 1.0
Last Updated 2019-06-14
Publish Date 2019-06-14
Rating 4.50/5 Total 8 Ratings
Developer christinavhastenrath
Payment Type free
Supported Languages 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"
}