newton
Replaces your new tab with a minimal page, consisting of a clock and one of over 800 beautiful backgrounds!
Was ist newton?
newton ist eine Chrome-Erweiterung, die von kingscott entwickelt wurde, und ihr Hauptmerkmal ist "Replaces your new tab with a minimal page, consisting of a clock and one of over 800 beautiful backgrounds!".
Erweiterungsscreenshots
newton-Erweiterungs-CRX-Datei herunterladen
Laden Sie newton-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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 Grundlegende Informationen zur Erweiterung
| Name | |
| ID | ogkmipmkbppmcmdgeomnhlbgijbijjpi |
| Offizielle URL | https://chromewebstore.google.com/detail/newton/ogkmipmkbppmcmdgeomnhlbgijbijjpi |
| Beschreibung | Replaces your new tab with a minimal page, consisting of a clock and one of over 800 beautiful backgrounds! |
| Dateigröße | 79.43 KB |
| Installationsanzahl | 150 |
| Aktuelle Version | 0.5.8 |
| Letztes Update | 2015-09-25 |
| Veröffentlichungsdatum | 2015-09-24 |
| Bewertung | 4.44/5 Insgesamt 16 Bewertungen |
| Entwickler | kingscott |
| Zahlungsart | free |
| Erweiterungswebsite | http://github.com/kingscott/newton |
| Unterstützte Sprachen | 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"
} | |