New Tab Motivational Quotes
An extension which shows motivating quotes on the new tab page.
Qu'est-ce que New Tab Motivational Quotes ?
New Tab Motivational Quotes est une extension Chrome développée par Shivank Gandhi, et sa fonction principale est "An extension which shows motivating quotes on the new tab page.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension New Tab Motivational Quotes
Téléchargez les fichiers d'extension New Tab Motivational Quotes 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
A small extension which shows motivational quotes on the New Tab page in Chrome. I'd love to know your thoughts/suggestions in the comments. **FEATURES** * Awesome selection of quotes to keep you motivated * Minimal typographic experience * Requires no permissions * Small size **RELEASE NOTES** * Added a new simpler font, based on user feedback.
Informations de Base sur l'Extension
Nom | New Tab Motivational Quotes |
ID | mganbjhcinhhpelabgdgnogoaedcakke |
URL Officiel | https://chromewebstore.google.com/detail/new-tab-motivational-quot/mganbjhcinhhpelabgdgnogoaedcakke |
Description | An extension which shows motivating quotes on the new tab page. |
Taille du Fichier | 24.92 KB |
Nombre d'Installations | 2,850 |
Version Actuelle | 1.6.0 |
Dernière Mise à Jour | 2019-04-02 |
Date de Publication | 2019-04-02 |
Évaluation | 4.63/5 Total 24 Évaluations |
Développeur | Shivank Gandhi |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com https:\/\/c.amazon-adsystem.com object-src", "name": "New Tab Motivational Quotes", "manifest_version": 2, "description": "An extension which shows motivating quotes on the new tab page.", "author": "Shivank Gandhi", "version": "1.6.0", "incognito": "split", "icons": { "128": "icon128.png" }, "background": { "persistent": false, "scripts": [ "OneSignal.js", "background.js" ] }, "permissions": [ "gcm", "storage", "notifications", "identity" ], "chrome_url_overrides": { "newtab": "index.html" } } |