Daily Motivation - Motivational Quotes

Start every search with motivation. This extension presents you with a motivational quote every time you open a new tab.

What is Daily Motivation - Motivational Quotes?

Daily Motivation - Motivational Quotes is a Chrome extension developed by Ata Gowani, and its main feature is "Start every search with motivation. This extension presents you with a motivational quote every time you open a new tab.".

Extension Screenshots

screenshot

Download Daily Motivation - Motivational Quotes Extension CRX File

Download Daily Motivation - Motivational Quotes 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

                        Start every new search with motivation! This extension will show a new motivational quote every time you open a new tab! Get motivated and enjoy a new and beautiful looking tab.

"Shower and motivation don't last forever that's why it's recommended daily."

NEWEST UPDATES!!
-> More quotes!

** For the nerds: https://github.com/AtaGowani/Daily-Motivation **                    

Extension Basic Information

Name Daily Motivation - Motivational Quotes Daily Motivation - Motivational Quotes
ID nonnkklkpbokmppgochfdamhihaijdin
Official URL https://chromewebstore.google.com/detail/daily-motivation-motivati/nonnkklkpbokmppgochfdamhihaijdin
Description Start every search with motivation. This extension presents you with a motivational quote every time you open a new tab.
File Size 702 KB
Installation Count 20,000
Current Version 2.4.13
Last Updated 2018-12-21
Publish Date 2018-12-21
Rating 4.74/5 Total 90 Ratings
Developer Ata Gowani
Email [email protected]
Payment Type free
Extension Website https://atagowani.com
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Daily Motivation - Motivational Quotes",
    "version": "2.4.13",
    "description": "Start every search with motivation. This extension presents you with a motivational quote every time you open a new tab.",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    }
}