Motivational Quotes
Upgrade the default new tab page with an motivational inspirational wallpapers and quotes.
Cos'è Motivational Quotes?
Motivational Quotes è un'estensione di Chrome sviluppata da Motivational Quotes, e la sua funzione principale è "Upgrade the default new tab page with an motivational inspirational wallpapers and quotes.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Motivational Quotes
Scarica i file di estensione Motivational Quotes 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
By clicking "Add to Chrome", I accept and agree to installing the Motivational Quotes extension and setting Chrome™️ New Tab search provider to Microsoft Bing as described in Terms of Use and Privacy Policy.
Free stock media content is distributed by Unsplash - https://unsplash.com
Privacy Policy: https://www.live-motivational-quotes.com/privacy-policy.html
Terms of Use: https://www.live-motivational-quotes.com/terms.html Informazioni di Base sull'Estensione
| Nome | |
| ID | fnfinofiigdplejbiflapladmhigiffh |
| URL Ufficiale | https://chromewebstore.google.com/detail/motivational-quotes/fnfinofiigdplejbiflapladmhigiffh |
| Descrizione | Upgrade the default new tab page with an motivational inspirational wallpapers and quotes. |
| Dimensione del File | 22.95 MB |
| Conteggio Installazioni | 678 |
| Versione Corrente | 2.1 |
| Ultimo Aggiornamento | 2023-09-17 |
| Data di Pubblicazione | 2023-09-17 |
| Valutazione | 5.00/5 Totale 9 Valutazioni |
| Sviluppatore | Motivational Quotes |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://www.live-motivational-quotes.com/ |
| URL della Pagina della Politica sulla Privacy | https://www.live-motivational-quotes.com/privacy-policy.html |
| Lingue Supportate | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Motivational Quotes",
"version": "2.1",
"description": "Upgrade the default new tab page with an motivational inspirational wallpapers and quotes.",
"icons": {
"16": "icons\/icon_16.png",
"32": "icons\/icon_32.png",
"48": "icons\/icon_48.png",
"128": "icons\/icon_128.png"
},
"background": {
"service_worker": "background.js"
},
"chrome_url_overrides": {
"newtab": "newtab.html"
},
"permissions": []
} | |