Time and Weather Tab
Minimal New Tab Page.
什么是Time and Weather Tab?
Time and Weather Tab是由wilsodadeveloper开发的Chrome扩展程序,该扩展的主要功能是“Minimal New Tab Page.”。
扩展截图
下载Time and Weather Tab扩展crx文件
下载Time and Weather Tab扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
A minimal new tab page that shows the time and current weather. 扩展基本信息
| 名称 | |
| ID | ohlpipdkopgmnpaefpabeboimndinfml |
| 官方URL | https://chromewebstore.google.com/detail/time-and-weather-tab/ohlpipdkopgmnpaefpabeboimndinfml |
| 简介 | Minimal New Tab Page. |
| 文件大小 | 41.82 KB |
| 安装次数 | 43 |
| 当前版本 | 1.0 |
| 更新时间 | 2017-02-16 |
| 上架时间 | 2017-02-16 |
| 评分 | 3.80/5 共5次评分 |
| 开发者 | wilsodadeveloper |
| 付费类型 | free |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Time and Weather Tab",
"description": "Minimal New Tab Page.",
"version": "1.0",
"incognito": "split",
"chrome_url_overrides": {
"newtab": "start-page.html"
},
"background": {
"scripts": [
"jquery.min.js",
"weather.js"
]
},
"permissions": [
"geolocation",
"storage",
"http:\/\/api.openweathermap.org\/"
],
"icons": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"manifest_version": 2
} | |