Doctor Who Tab
This extension will display a productivity tab with a Doctor Who theme
O que é Doctor Who Tab?
Doctor Who Tab é uma extensão do Chrome desenvolvida por nlai, e sua principal característica é "This extension will display a productivity tab with a Doctor Who theme".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Doctor Who Tab
Baixe arquivos de extensão Doctor Who Tab no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | |
ID | ckpglafpbjagceoefmgcifimljefkenb |
URL Oficial | https://chrome.google.com/webstore/detail/doctor-who-tab/ckpglafpbjagceoefmgcifimljefkenb |
Descrição | This extension will display a productivity tab with a Doctor Who theme |
Tamanho do Arquivo | 10.8 MB |
Contagem de Instalações | 1,000 |
Versão Atual | 1.3 |
Última Atualização | 2016-08-22 |
Data de Publicação | 2016-08-22 |
Classificação | 4.08/5 Total de 50 Avaliações |
Desenvolvedor | nlai |
Tipo de Pagamento | free |
URL da Página de Ajuda | https://github.com/n-lai/geronimo |
Idiomas Suportados | 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" ] } |