Teeny Breaks

Science-based tips for mindful breaks.

What is Teeny Breaks?

Teeny Breaks is a Chrome extension developed by alecunff, and its main feature is "Science-based tips for mindful breaks.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Teeny Breaks Extension CRX File

Download Teeny Breaks 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

                        Mindfulness tips  in each new tab you open so you can make the most of your short breaks, all backed by scientific research.                    

Extension Basic Information

Name Teeny Breaks Teeny Breaks
ID gfcfendehdonmfflgpkkaijdfbafkdfa
Official URL https://chromewebstore.google.com/detail/teeny-breaks/gfcfendehdonmfflgpkkaijdfbafkdfa
Description Science-based tips for mindful breaks.
File Size 1.29 MB
Installation Count 1,482
Current Version 1.05
Last Updated 2018-11-18
Publish Date 2018-11-18
Rating 5.00/5 Total 6 Ratings
Developer alecunff
Payment Type free
Extension Website https://teenybreaks.com/
Supported Languages en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Teeny Breaks",
    "description": "Science-based tips for mindful breaks.",
    "version": "1.05",
    "author": "Anne-Laure Le Cunff",
    "browser_action": {
        "default_icon": "favicon.png",
        "default_title": "Take a break"
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "permissions": [
        "activeTab"
    ]
}