Every Time Zone New Tab
Replaces the default new tab with everytimezone.com.
什么是Every Time Zone New Tab?
Every Time Zone New Tab是由David Simpson Apps开发的Chrome扩展程序,该扩展的主要功能是“Replaces the default new tab with everytimezone.com.”。
扩展截图
下载Every Time Zone New Tab扩展crx文件
下载Every Time Zone New Tab扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Massively simplified.
Just does this:
window.location.href = "https://everytimezone.com/"
扩展基本信息
名称 | |
ID | lolfkhefdonnfhidbpfaakibkjhnefld |
官方URL | https://chromewebstore.google.com/detail/every-time-zone-new-tab/lolfkhefdonnfhidbpfaakibkjhnefld |
简介 | Replaces the default new tab with everytimezone.com. |
文件大小 | 38.21 KB |
安装次数 | 60 |
当前版本 | 2 |
更新时间 | 2021-03-05 |
上架时间 | 2019-02-22 |
评分 | 5.00/5 共1次评分 |
开发者 | David Simpson Apps |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://github.com/dvdsmpsn/chrome-extension-everytimezone-newtab |
帮助页面URL | http://twitter.com/dvdsmpsn |
隐私政策页面URL | https://www.dsapps.dev/data-security-privacy |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Every Time Zone New Tab", "version": "2", "manifest_version": 2, "description": "Replaces the default new tab with everytimezone.com.", "homepage_url": "http:\/\/davidsimpson.me\/", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "chrome_url_overrides": { "newtab": "src\/override\/override.html" } } |