New Tab Motivational Quotes
An extension which shows motivating quotes on the new tab page.
Τι είναι το New Tab Motivational Quotes;
Το New Tab Motivational Quotes είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Shivank Gandhi, και η κύρια λειτουργία του είναι "An extension which shows motivating quotes on the new tab page.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης New Tab Motivational Quotes
Λήψη αρχείων επέκτασης New Tab Motivational Quotes σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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.
Βασικές Πληροφορίες Επέκτασης
Όνομα | New Tab Motivational Quotes |
ID | mganbjhcinhhpelabgdgnogoaedcakke |
Επίσημο URL | https://chromewebstore.google.com/detail/new-tab-motivational-quot/mganbjhcinhhpelabgdgnogoaedcakke |
Περιγραφή | An extension which shows motivating quotes on the new tab page. |
Μέγεθος Αρχείου | 24.92 KB |
Αριθμός Εγκαταστάσεων | 2,850 |
Τρέχουσα Έκδοση | 1.6.0 |
Τελευταία Ενημέρωση | 2019-04-02 |
Ημερομηνία Δημοσίευσης | 2019-04-02 |
Αξιολόγηση | 4.63/5 Συνολικά 24 Αξιολογήσεις |
Προγραμματιστής | Shivank Gandhi |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | 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" } } |