Doctor Who Tab

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

Vad är Doctor Who Tab?

Doctor Who Tab är en Chrome-tillägg utvecklad av nlai, och dess huvudfunktion är "This extension will display a productivity tab with a Doctor Who theme".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner Doctor Who Tab-förlängningens CRX-fil

Ladda ner Doctor Who Tab-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Doctor Who Tab Doctor Who Tab
ID ckpglafpbjagceoefmgcifimljefkenb
Officiell webbadress https://chrome.google.com/webstore/detail/doctor-who-tab/ckpglafpbjagceoefmgcifimljefkenb
Beskrivning This extension will display a productivity tab with a Doctor Who theme
Filstorlek 10.8 MB
Antal Installationer 1,000
Aktuell Version 1.3
Senast Uppdaterad 2016-08-22
Publiceringsdatum 2016-08-22
Betyg 4.08/5 Totalt 50 Betyg
Utvecklare nlai
Betalningssätt free
Hjälpsida URL https://github.com/n-lai/geronimo
Stödda Språk 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"
    ]
}