Doctor Who Tab
This extension will display a productivity tab with a Doctor Who theme
What is Doctor Who Tab?
Doctor Who Tab is a Chrome extension developed by nlai, and its main feature is "This extension will display a productivity tab with a Doctor Who theme".
Extension Screenshots
Download Doctor Who Tab Extension CRX File
Download Doctor Who Tab extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | |
ID | ckpglafpbjagceoefmgcifimljefkenb |
Official URL | https://chrome.google.com/webstore/detail/doctor-who-tab/ckpglafpbjagceoefmgcifimljefkenb |
Description | This extension will display a productivity tab with a Doctor Who theme |
File Size | 10.8 MB |
Installation Count | 1,000 |
Current Version | 1.3 |
Last Updated | 2016-08-22 |
Publish Date | 2016-08-22 |
Rating | 4.08/5 Total 50 Ratings |
Developer | nlai |
Payment Type | free |
Help Page URL | https://github.com/n-lai/geronimo |
Supported Languages | 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" ] } |