Motivational Quotes
Upgrade the default new tab page with an motivational inspirational wallpapers and quotes.
Was ist Motivational Quotes?
Motivational Quotes ist eine Chrome-Erweiterung, die von Motivational Quotes entwickelt wurde, und ihr Hauptmerkmal ist "Upgrade the default new tab page with an motivational inspirational wallpapers and quotes.".
Erweiterungsscreenshots
Motivational Quotes-Erweiterungs-CRX-Datei herunterladen
Laden Sie Motivational Quotes-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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 Grundlegende Informationen zur Erweiterung
| Name | |
| ID | fnfinofiigdplejbiflapladmhigiffh |
| Offizielle URL | https://chromewebstore.google.com/detail/motivational-quotes/fnfinofiigdplejbiflapladmhigiffh |
| Beschreibung | Upgrade the default new tab page with an motivational inspirational wallpapers and quotes. |
| Dateigröße | 22.95 MB |
| Installationsanzahl | 678 |
| Aktuelle Version | 2.1 |
| Letztes Update | 2023-09-17 |
| Veröffentlichungsdatum | 2023-09-17 |
| Bewertung | 5.00/5 Insgesamt 9 Bewertungen |
| Entwickler | Motivational Quotes |
| [email protected] | |
| Zahlungsart | free |
| Erweiterungswebsite | https://www.live-motivational-quotes.com/ |
| URL der Datenschutzrichtlinien-Seite | https://www.live-motivational-quotes.com/privacy-policy.html |
| Unterstützte Sprachen | 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": []
} | |