Doctor Who Tab

This extension will display a productivity tab with a Doctor Who theme

Что такое Doctor Who Tab?

Doctor Who Tab - это расширение Chrome, разработанное nlai, и его основная функция - "This extension will display a productivity tab with a Doctor Who theme".

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

screenshot
screenshot

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

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

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

                        Tired of the standard new tab page for Google Chrome? Fellow Whovian? You've come to the right place! The Doctor Who Chrome Extension replaces the standard new tab page and features a Tardis-themed background and todo list to keep you on track as you browse the web.                    

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

Название Doctor Who Tab Doctor Who Tab
ID ckpglafpbjagceoefmgcifimljefkenb
Официальный URL https://chrome.google.com/webstore/detail/doctor-who-tab/ckpglafpbjagceoefmgcifimljefkenb
Описание This extension will display a productivity tab with a Doctor Who theme
Размер файла 10.8 MB
Количество установок 1,000
Текущая Версия 1.3
Последнее Обновление 2016-08-22
Дата публикации 2016-08-22
Рейтинг 4.08/5 Всего 50 оценок
Разработчик nlai
Тип оплаты free
URL страницы помощи https://github.com/n-lai/geronimo
Поддерживаемые языки en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Doctor Who Tab",
    "description": "This extension will display a productivity tab with a Doctor Who theme",
    "version": "1.3",
    "chrome_url_overrides": {
        "newtab": "tab.html"
    },
    "permissions": [
        "activeTab",
        "storage"
    ]
}