New Tab Motivation

Motivational quotes delivered every time you open up a new tab.

¿Qué es New Tab Motivation?

New Tab Motivation es una extensión de Chrome desarrollada por The Mindful Tech Lab, y su función principal es "Motivational quotes delivered every time you open up a new tab.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión New Tab Motivation

Descarga archivos de extensión New Tab Motivation en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        ☆☆☆ Featured in Lifehacker! ☆☆☆

Get inspired each time you open a new browser tab. New Tab Motivation replaces your new tab page with a selection of randomized motivational quotes displayed in a minimalist layout. 

Developed by The Mindful Tech Lab. Learn more at www.TheMindfulTechLab.com                    

Información Básica de la Extensión

Nombre New Tab Motivation New Tab Motivation
ID mcanfonlcebdnacjecfahjjecnfekkke
URL Oficial https://chrome.google.com/webstore/detail/new-tab-motivation/mcanfonlcebdnacjecfahjjecnfekkke
Descripción Motivational quotes delivered every time you open up a new tab.
Tamaño del Archivo 49.42 KB
Cantidad de Instalaciones 2,000
Versión Actual 4.3
Última Actualización 2017-03-25
Fecha de Publicación 2017-03-25
Calificación 4.60/5 Total de 72 Calificaciones
Desarrollador The Mindful Tech Lab
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión http://themindfultechlab.com
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "name": "New Tab Motivation",
    "description": "Motivational quotes delivered every time you open up a new tab.",
    "version": "4.3",
    "browser_action": {
        "default_icon": "icon.png"
    },
    "permissions": [
        "management"
    ],
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}