New Tab Motivation
Motivational quotes delivered every time you open up a new tab.
Wat is New Tab Motivation?
New Tab Motivation is een Chrome-extensie ontwikkeld door The Mindful Tech Lab, en de belangrijkste functie is "Motivational quotes delivered every time you open up a new tab.".
Extensie Screenshots
Download het CRX-bestand van de extensie New Tab Motivation
Download New Tab Motivation-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
☆☆☆ 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
Basisinformatie over de Extensie
Naam | |
ID | mcanfonlcebdnacjecfahjjecnfekkke |
Officiële URL | https://chrome.google.com/webstore/detail/new-tab-motivation/mcanfonlcebdnacjecfahjjecnfekkke |
Beschrijving | Motivational quotes delivered every time you open up a new tab. |
Bestandsgrootte | 49.42 KB |
Aantal Installaties | 2,000 |
Huidige Versie | 4.3 |
Laatst Bijgewerkt | 2017-03-25 |
Publicatiedatum | 2017-03-25 |
Beoordeling | 4.60/5 Totaal 72 Beoordelingen |
Ontwikkelaar | The Mindful Tech Lab |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | http://themindfultechlab.com |
Ondersteunde Talen | 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" } } |