newton
Replaces your new tab with a minimal page, consisting of a clock and one of over 800 beautiful backgrounds!
Cos'è newton?
newton è un'estensione di Chrome sviluppata da kingscott, e la sua funzione principale è "Replaces your new tab with a minimal page, consisting of a clock and one of over 800 beautiful backgrounds!".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione newton
Scarica i file di estensione newton in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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 Informazioni di Base sull'Estensione
| Nome | |
| ID | ogkmipmkbppmcmdgeomnhlbgijbijjpi |
| URL Ufficiale | https://chromewebstore.google.com/detail/newton/ogkmipmkbppmcmdgeomnhlbgijbijjpi |
| Descrizione | Replaces your new tab with a minimal page, consisting of a clock and one of over 800 beautiful backgrounds! |
| Dimensione del File | 79.43 KB |
| Conteggio Installazioni | 150 |
| Versione Corrente | 0.5.8 |
| Ultimo Aggiornamento | 2015-09-25 |
| Data di Pubblicazione | 2015-09-24 |
| Valutazione | 4.44/5 Totale 16 Valutazioni |
| Sviluppatore | kingscott |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | http://github.com/kingscott/newton |
| Lingue Supportate | 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"
} | |