newton

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

Co je newton?

newton je rozšíření Chrome vyvinuté kingscott, a jeho hlavní funkcí je „Replaces your new tab with a minimal page, consisting of a clock and one of over 800 beautiful backgrounds!“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření newton

Stáhněte si soubory rozšíření newton ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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                    

Základní Informace o Rozšíření

Název newton newton
ID ogkmipmkbppmcmdgeomnhlbgijbijjpi
Oficiální URL https://chromewebstore.google.com/detail/newton/ogkmipmkbppmcmdgeomnhlbgijbijjpi
Popis Replaces your new tab with a minimal page, consisting of a clock and one of over 800 beautiful backgrounds!
Velikost souboru 79.43 KB
Počet instalací 150
Aktuální Verze 0.5.8
Poslední Aktualizace 2015-09-25
Datum Vydání 2015-09-24
Hodnocení 4.44/5 Celkem 16 Hodnocení
Vývojář kingscott
Typ Platby free
Webové stránky Rozšíření http://github.com/kingscott/newton
Podporované Jazyky 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"
}