newton
Replaces your new tab with a minimal page, consisting of a clock and one of over 800 beautiful backgrounds!
Hvad er newton?
newton er en Chrome-udvidelse udviklet af kingscott, og dens hovedfunktion er "Replaces your new tab with a minimal page, consisting of a clock and one of over 800 beautiful backgrounds!".
Udvidelsesskærmbilleder
Download newton-udvidelses-CRX-fil
Download newton-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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
Grundlæggende oplysninger om udvidelsen
Navn | newton |
ID | ogkmipmkbppmcmdgeomnhlbgijbijjpi |
Officiel URL | https://chromewebstore.google.com/detail/newton/ogkmipmkbppmcmdgeomnhlbgijbijjpi |
Beskrivelse | Replaces your new tab with a minimal page, consisting of a clock and one of over 800 beautiful backgrounds! |
Filstørrelse | 79.43 KB |
Antal Installationer | 150 |
Nuværende Version | 0.5.8 |
Senest Opdateret | 2015-09-25 |
Udgivelsesdato | 2015-09-24 |
Bedømmelse | 4.44/5 Samlet 16 Bedømmelser |
Udvikler | kingscott |
Betalingsmetode | free |
Udvidelseswebsted | http://github.com/kingscott/newton |
Understøttede Sprog | 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" } |