New Tab Motivation
Motivational quotes delivered every time you open up a new tab.
Qu'est-ce que New Tab Motivation ?
New Tab Motivation est une extension Chrome développée par The Mindful Tech Lab, et sa fonction principale est "Motivational quotes delivered every time you open up a new tab.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension New Tab Motivation
Téléchargez les fichiers d'extension New Tab Motivation au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
☆☆☆ 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
Informations de Base sur l'Extension
Nom | |
ID | mcanfonlcebdnacjecfahjjecnfekkke |
URL Officiel | https://chrome.google.com/webstore/detail/new-tab-motivation/mcanfonlcebdnacjecfahjjecnfekkke |
Description | Motivational quotes delivered every time you open up a new tab. |
Taille du Fichier | 49.42 KB |
Nombre d'Installations | 2,000 |
Version Actuelle | 4.3 |
Dernière Mise à Jour | 2017-03-25 |
Date de Publication | 2017-03-25 |
Évaluation | 4.60/5 Total 72 Évaluations |
Développeur | The Mindful Tech Lab |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | http://themindfultechlab.com |
Langues Prises en Charge | 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" } } |