Doctor Who Tab

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

Co to jest Doctor Who Tab?

Doctor Who Tab to rozszerzenie Chrome opracowane przez nlai, a jego główną funkcją jest „This extension will display a productivity tab with a Doctor Who theme”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Doctor Who Tab

Pobierz pliki rozszerzeń Doctor Who Tab w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Doctor Who Tab Doctor Who Tab
ID ckpglafpbjagceoefmgcifimljefkenb
Oficjalny URL https://chrome.google.com/webstore/detail/doctor-who-tab/ckpglafpbjagceoefmgcifimljefkenb
Opis This extension will display a productivity tab with a Doctor Who theme
Rozmiar pliku 10.8 MB
Liczba instalacji 1,000
Aktualna Wersja 1.3
Ostatnia Aktualizacja 2016-08-22
Data Publikacji 2016-08-22
Ocena 4.08/5 Łącznie 50 Oceny
Deweloper nlai
Typ Płatności free
Adres URL Strony Pomocy https://github.com/n-lai/geronimo
Obsługiwane Języki 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"
    ]
}