New Tab Motivational Quotes
An extension which shows motivating quotes on the new tab page.
Cos'è New Tab Motivational Quotes?
New Tab Motivational Quotes è un'estensione di Chrome sviluppata da Shivank Gandhi, e la sua funzione principale è "An extension which shows motivating quotes on the new tab page.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione New Tab Motivational Quotes
Scarica i file di estensione New Tab 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
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.
Informazioni di Base sull'Estensione
Nome | New Tab Motivational Quotes |
ID | mganbjhcinhhpelabgdgnogoaedcakke |
URL Ufficiale | https://chromewebstore.google.com/detail/new-tab-motivational-quot/mganbjhcinhhpelabgdgnogoaedcakke |
Descrizione | An extension which shows motivating quotes on the new tab page. |
Dimensione del File | 24.92 KB |
Conteggio Installazioni | 2,850 |
Versione Corrente | 1.6.0 |
Ultimo Aggiornamento | 2019-04-02 |
Data di Pubblicazione | 2019-04-02 |
Valutazione | 4.63/5 Totale 24 Valutazioni |
Sviluppatore | Shivank Gandhi |
Tipo di Pagamento | free |
Lingue Supportate | 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" } } |