Minimalist New Tab

Minimalist New Tab replaces the stock new tab page with a beautiful and customizable user interface.

Что такое Minimalist New Tab?

Minimalist New Tab - это расширение Chrome, разработанное John, и его основная функция - "Minimalist New Tab replaces the stock new tab page with a beautiful and customizable user interface.".

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        Minimalist New Tab is a new tab page that replaces the stock new tab page. Minimalist New Tab gives you access to common Google apps, the local weather and installed Chrome apps. You can also choose between random and custom images, and solid color wallpapers!                    

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

Название Minimalist New Tab Minimalist New Tab
ID cadppknnfehhlmfdkemdmdoogcldmane
Официальный URL https://chromewebstore.google.com/detail/minimalist-new-tab/cadppknnfehhlmfdkemdmdoogcldmane
Описание Minimalist New Tab replaces the stock new tab page with a beautiful and customizable user interface.
Размер файла 131 KB
Количество установок 262
Текущая Версия 0.2.6
Последнее Обновление 2019-02-06
Дата публикации 2019-02-06
Рейтинг 4.86/5 Всего 7 оценок
Разработчик John
Тип оплаты free
Поддерживаемые языки en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Minimalist New Tab",
    "version": "0.2.6",
    "minimum_chrome_version": "23",
    "description": "Minimalist New Tab replaces the stock new tab page with a beautiful and customizable user interface.",
    "author": "John",
    "icons": {
        "128": "assets\/icon.png"
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "permissions": [
        "http:\/\/*.alphacoders.com\/*",
        "https:\/\/*.alphacoders.com\/*",
        "https:\/\/query.yahooapis.com\/v1\/public\/yql*",
        "http:\/\/fonts.googleapis.com\/*",
        "storage",
        "tabs",
        "geolocation",
        "bookmarks"
    ],
    "options_page": "options.html"
}