USA Time-Zones New Tab
Search the internet on every new tab with the USA time-zones clocks
什么是USA Time-Zones New Tab?
USA Time-Zones New Tab是由AdRoller开发的Chrome扩展程序,该扩展的主要功能是“Search the internet on every new tab with the USA time-zones clocks”。
扩展截图
下载USA Time-Zones New Tab扩展crx文件
下载USA Time-Zones New Tab扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
By clicking “Add to chrome”, I accept and agree to installing the USA Time-Zones New Tab on New Tab Chrome extension and setting Chrome™ New Tab search to that provided by the service and the Terms of Use and Privacy Policy. The extension will update your search settings and will change your New Tab search services provided by Bing. Terms: https://www.adroller.co/timezone-newtab-us-terms Privacy: https://www.adroller.co/privacy-policy About: https://www.adroller.co/ Contact: https://adroller.co/contact
扩展基本信息
名称 | USA Time-Zones New Tab |
ID | hlicoecdpjanfgidibckccbcjglljhnk |
官方URL | https://chromewebstore.google.com/detail/usa-time-zones-new-tab/hlicoecdpjanfgidibckccbcjglljhnk |
简介 | Search the internet on every new tab with the USA time-zones clocks |
文件大小 | 1.41 MB |
安装次数 | 340 |
当前版本 | 1.01 |
更新时间 | 2022-01-12 |
上架时间 | 2021-08-17 |
评分 | 4.29/5 共14次评分 |
开发者 | AdRoller |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://adroller.co |
帮助页面URL | https://adroller.co/contact |
隐私政策页面URL | https://www.adroller.co/privacy-policy |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "version": "1.01", "name": "USA Time-Zones New Tab", "description": "Search the internet on every new tab with the USA time-zones clocks", "icons": { "16": "icon-size\/16.png", "48": "icon-size\/48.png", "128": "icon-size\/128.png" }, "browser_action": { "default_icon": "icon-size\/48.png" }, "chrome_url_overrides": { "newtab": "newTab.html" } } |