newton
Replaces your new tab with a minimal page, consisting of a clock and one of over 800 beautiful backgrounds!
Τι είναι το newton;
Το newton είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον kingscott, και η κύρια λειτουργία του είναι "Replaces your new tab with a minimal page, consisting of a clock and one of over 800 beautiful backgrounds!".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης newton
Λήψη αρχείων επέκτασης newton σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
newton is a new tab replacement tool. Based on minimalism, it will provide your new tab with a simple clock and a lovely background. The backgrounds are random and one of over 800 will be chosen. The extension is small and lightweight fulfilling all your needs in a new tab. For the more technically inclined, this code will be available free on GitHub. It is built using React.js and Babel. Learn more... http://github.com/kingscott/newton
Βασικές Πληροφορίες Επέκτασης
Όνομα | newton |
ID | ogkmipmkbppmcmdgeomnhlbgijbijjpi |
Επίσημο URL | https://chromewebstore.google.com/detail/newton/ogkmipmkbppmcmdgeomnhlbgijbijjpi |
Περιγραφή | Replaces your new tab with a minimal page, consisting of a clock and one of over 800 beautiful backgrounds! |
Μέγεθος Αρχείου | 79.43 KB |
Αριθμός Εγκαταστάσεων | 150 |
Τρέχουσα Έκδοση | 0.5.8 |
Τελευταία Ενημέρωση | 2015-09-25 |
Ημερομηνία Δημοσίευσης | 2015-09-24 |
Αξιολόγηση | 4.44/5 Συνολικά 16 Αξιολογήσεις |
Προγραμματιστής | kingscott |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | http://github.com/kingscott/newton |
Υποστηριζόμενες Γλώσσες | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "chrome_url_overrides": { "newtab": "project\/index.html" }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "description": "Replaces your new tab with a minimal page, consisting of a clock and one of over 800 beautiful backgrounds!", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "manifest_version": 2, "name": "newton", "version": "0.5.8" } |