Doctor Who Tab

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

Wat is Doctor Who Tab?

Doctor Who Tab is een Chrome-extensie ontwikkeld door nlai, en de belangrijkste functie is "This extension will display a productivity tab with a Doctor Who theme".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Doctor Who Tab

Download Doctor Who Tab-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Doctor Who Tab Doctor Who Tab
ID ckpglafpbjagceoefmgcifimljefkenb
Officiële URL https://chrome.google.com/webstore/detail/doctor-who-tab/ckpglafpbjagceoefmgcifimljefkenb
Beschrijving This extension will display a productivity tab with a Doctor Who theme
Bestandsgrootte 10.8 MB
Aantal Installaties 1,000
Huidige Versie 1.3
Laatst Bijgewerkt 2016-08-22
Publicatiedatum 2016-08-22
Beoordeling 4.08/5 Totaal 50 Beoordelingen
Ontwikkelaar nlai
Betalingswijze free
Help Pagina-URL https://github.com/n-lai/geronimo
Ondersteunde Talen 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"
    ]
}