newton

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

Что такое newton?

newton - это расширение Chrome, разработанное kingscott, и его основная функция - "Replaces your new tab with a minimal page, consisting of a clock and one of over 800 beautiful backgrounds!".

Снимки экрана расширения

screenshot
screenshot
screenshot

Скачать файл CRX расширения newton

Скачайте файлы расширений newton в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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                    

Основная информация о расширении

Название newton newton
ID ogkmipmkbppmcmdgeomnhlbgijbijjpi
Официальный URL https://chromewebstore.google.com/detail/newton/ogkmipmkbppmcmdgeomnhlbgijbijjpi
Описание Replaces your new tab with a minimal page, consisting of a clock and one of over 800 beautiful backgrounds!
Размер файла 79.43 KB
Количество установок 150
Текущая Версия 0.5.8
Последнее Обновление 2015-09-25
Дата публикации 2015-09-24
Рейтинг 4.44/5 Всего 16 оценок
Разработчик kingscott
Тип оплаты free
Официальный сайт расширения http://github.com/kingscott/newton
Поддерживаемые языки 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"
}