newton

Replaces your new tab with a minimal page, consisting of a clock and one of over 800 beautiful backgrounds!

Vad är newton?

newton är en Chrome-tillägg utvecklad av kingscott, och dess huvudfunktion är "Replaces your new tab with a minimal page, consisting of a clock and one of over 800 beautiful backgrounds!".

Tilläggsskärmbilder

screenshot
screenshot
screenshot

Ladda ner newton-förlängningens CRX-fil

Ladda ner newton-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn newton newton
ID ogkmipmkbppmcmdgeomnhlbgijbijjpi
Officiell webbadress https://chromewebstore.google.com/detail/newton/ogkmipmkbppmcmdgeomnhlbgijbijjpi
Beskrivning Replaces your new tab with a minimal page, consisting of a clock and one of over 800 beautiful backgrounds!
Filstorlek 79.43 KB
Antal Installationer 150
Aktuell Version 0.5.8
Senast Uppdaterad 2015-09-25
Publiceringsdatum 2015-09-24
Betyg 4.44/5 Totalt 16 Betyg
Utvecklare kingscott
Betalningssätt free
Tilläggswebbplats http://github.com/kingscott/newton
Stödda Språk 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"
}