New Tab Motivation
Motivational quotes delivered every time you open up a new tab.
Cos'è New Tab Motivation?
New Tab Motivation è un'estensione di Chrome sviluppata da The Mindful Tech Lab, e la sua funzione principale è "Motivational quotes delivered every time you open up a new tab.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione New Tab Motivation
Scarica i file di estensione New Tab Motivation in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
☆☆☆ 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
Informazioni di Base sull'Estensione
Nome | |
ID | mcanfonlcebdnacjecfahjjecnfekkke |
URL Ufficiale | https://chrome.google.com/webstore/detail/new-tab-motivation/mcanfonlcebdnacjecfahjjecnfekkke |
Descrizione | Motivational quotes delivered every time you open up a new tab. |
Dimensione del File | 49.42 KB |
Conteggio Installazioni | 2,000 |
Versione Corrente | 4.3 |
Ultimo Aggiornamento | 2017-03-25 |
Data di Pubblicazione | 2017-03-25 |
Valutazione | 4.60/5 Totale 72 Valutazioni |
Sviluppatore | The Mindful Tech Lab |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://themindfultechlab.com |
Lingue Supportate | 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" } } |