Doctor Who Tab
This extension will display a productivity tab with a Doctor Who theme
什么是Doctor Who Tab?
Doctor Who Tab是由nlai开发的Chrome扩展程序,该扩展的主要功能是“This extension will display a productivity tab with a Doctor Who theme”。
扩展截图
下载Doctor Who Tab扩展crx文件
下载Doctor Who Tab扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | |
ID | ckpglafpbjagceoefmgcifimljefkenb |
官方URL | https://chrome.google.com/webstore/detail/doctor-who-tab/ckpglafpbjagceoefmgcifimljefkenb |
简介 | This extension will display a productivity tab with a Doctor Who theme |
文件大小 | 10.8 MB |
安装次数 | 1,000 |
当前版本 | 1.3 |
更新时间 | 2016-08-22 |
上架时间 | 2016-08-22 |
评分 | 4.08/5 共50次评分 |
开发者 | nlai |
付费类型 | free |
帮助页面URL | https://github.com/n-lai/geronimo |
支持的语言 | 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" ] } |