Typedash

Replace new tab page with customizable dashboard. Current features include news, notes, weather, and quick links.

Что такое Typedash?

Typedash - это расширение Chrome, разработанное https://typedash.io, и его основная функция - "Replace new tab page with customizable dashboard. Current features include news, notes, weather, and quick links.".

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        Replace new tab page with customizable dashboard. Current features include news, notes, weather, and quick links.                    

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

Название Typedash Typedash
ID kpmmaampoeceelbjcdacknikchobbpah
Официальный URL https://chromewebstore.google.com/detail/typedash/kpmmaampoeceelbjcdacknikchobbpah
Описание Replace new tab page with customizable dashboard. Current features include news, notes, weather, and quick links.
Размер файла 4.63 KB
Количество установок 298
Текущая Версия 0.1
Последнее Обновление 2018-10-08
Дата публикации 2018-10-08
Рейтинг 3.60/5 Всего 15 оценок
Разработчик https://typedash.io
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Typedash",
    "description": "Replace new tab page with customizable dashboard. Current features include news, notes, weather, and quick links.",
    "version": "0.1",
    "incognito": "split",
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "manifest_version": 2,
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}