Doctor Who Tab
This extension will display a productivity tab with a Doctor Who theme
Was ist Doctor Who Tab?
Doctor Who Tab ist eine Chrome-Erweiterung, die von nlai entwickelt wurde, und ihr Hauptmerkmal ist "This extension will display a productivity tab with a Doctor Who theme".
Erweiterungsscreenshots
Doctor Who Tab-Erweiterungs-CRX-Datei herunterladen
Laden Sie Doctor Who Tab-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | |
ID | ckpglafpbjagceoefmgcifimljefkenb |
Offizielle URL | https://chrome.google.com/webstore/detail/doctor-who-tab/ckpglafpbjagceoefmgcifimljefkenb |
Beschreibung | This extension will display a productivity tab with a Doctor Who theme |
Dateigröße | 10.8 MB |
Installationsanzahl | 1,000 |
Aktuelle Version | 1.3 |
Letztes Update | 2016-08-22 |
Veröffentlichungsdatum | 2016-08-22 |
Bewertung | 4.08/5 Insgesamt 50 Bewertungen |
Entwickler | nlai |
Zahlungsart | free |
Hilfeseite URL | https://github.com/n-lai/geronimo |
Unterstützte Sprachen | 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" ] } |