newton
Replaces your new tab with a minimal page, consisting of a clock and one of over 800 beautiful backgrounds!
Qu'est-ce que newton ?
newton est une extension Chrome développée par kingscott, et sa fonction principale est "Replaces your new tab with a minimal page, consisting of a clock and one of over 800 beautiful backgrounds!".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension newton
Téléchargez les fichiers d'extension newton 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
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
Informations de Base sur l'Extension
Nom | newton |
ID | ogkmipmkbppmcmdgeomnhlbgijbijjpi |
URL Officiel | https://chromewebstore.google.com/detail/newton/ogkmipmkbppmcmdgeomnhlbgijbijjpi |
Description | Replaces your new tab with a minimal page, consisting of a clock and one of over 800 beautiful backgrounds! |
Taille du Fichier | 79.43 KB |
Nombre d'Installations | 150 |
Version Actuelle | 0.5.8 |
Dernière Mise à Jour | 2015-09-25 |
Date de Publication | 2015-09-24 |
Évaluation | 4.44/5 Total 16 Évaluations |
Développeur | kingscott |
Type de Paiement | free |
Site Web de l'Extension | http://github.com/kingscott/newton |
Langues Prises en Charge | 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" } |