New Tab Page
Replace Chrome's new tab page and motivate yourself to get things done.
Τι είναι το New Tab Page;
Το New Tab Page είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Marios Evripidou, και η κύρια λειτουργία του είναι "Replace Chrome's new tab page and motivate yourself to get things done.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης New Tab Page
Λήψη αρχείων επέκτασης New Tab Page σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Replaces Chromes new tab page with scenic backgrounds, motivational quotations and a countdown timer to the new year and a count-upwards timer to your current age. This is based on Alex MacCaw's Chrome extension Motivation Extension which can be found at https://chrome.google.com/webstore/detail/motivation/ofdgfpchbidcgncgfpdlpclnpaemakoj?hl=en and https://github.com/maccman/motivation Special Thanks to: a. Alex MacCaw for his idea and chrome extension source code. b. unsplash.com and the photo contributors licensed under Creative Commons Zero. c. All the people who wrote their motivational quotes. You can access the source code at: https://bitbucket.org/mariosevripidou/
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
ID | nbglincijkpjapdockmblbnfminpopep |
Επίσημο URL | https://chromewebstore.google.com/detail/new-tab-page/nbglincijkpjapdockmblbnfminpopep |
Περιγραφή | Replace Chrome's new tab page and motivate yourself to get things done. |
Μέγεθος Αρχείου | 50.24 MB |
Αριθμός Εγκαταστάσεων | 103 |
Τρέχουσα Έκδοση | 1.1 |
Τελευταία Ενημέρωση | 2021-03-24 |
Ημερομηνία Δημοσίευσης | 2019-06-18 |
Αξιολόγηση | 4.60/5 Συνολικά 5 Αξιολογήσεις |
Προγραμματιστής | Marios Evripidou |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://marios.evripidou.me |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "persistent": false, "scripts": [ "assets\/js\/jquery.countTo.js", "assets\/js\/jquery-1.11.0.min.js", "assets\/js\/app.js" ] }, "chrome_url_overrides": { "newtab": "index.html" }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "description": "Replace Chrome's new tab page and motivate yourself to get things done.", "icons": { "128": "assets\/icons\/icon-128.png", "16": "assets\/icons\/icon-16.png", "48": "assets\/icons\/icon-48.png" }, "manifest_version": 2, "name": "New Tab Page", "offline_enabled": true, "version": "1.1" } |