Currently
Replace new tab screen with current time and weather.
什么是Currently?
Currently是由Currently开发的Chrome扩展程序,该扩展的主要功能是“Replace new tab screen with current time and weather.”。
扩展截图
下载Currently扩展crx文件
下载Currently扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Currently is a simple extension that replaces your "New Tab" screen with a new one that shows you the current time and the weather while providing convenient web search powered by Yahoo.
Permissions & Reasons Used
Our extension uses the minimum permissions required:
Permission: "geolocation"
Reason: "In order for Currently to display accurate weather information for your area, it requires the ability to query your Latitude and Longitude." 扩展基本信息
| 名称 | |
| ID | ojhmphdkpgbibohbnpbfiefkgieacjmh |
| 官方URL | https://chrome.google.com/webstore/detail/currently/ojhmphdkpgbibohbnpbfiefkgieacjmh |
| 简介 | Replace new tab screen with current time and weather. |
| 文件大小 | 29.07 MB |
| 安装次数 | 70,000 |
| 当前版本 | 5.1.1 |
| 更新时间 | 2021-08-29 |
| 上架时间 | 2021-01-18 |
| 评分 | 4.05/5 共2041次评分 |
| 开发者 | Currently |
| 电子邮箱 | [email protected] |
| 付费类型 | in_app |
| 隐私政策页面URL | https://search.currentlyweather.com/home/privacy |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Currently",
"version": "5.1.1",
"manifest_version": 2,
"description": "Replace new tab screen with current time and weather.",
"background": {
"scripts": [
"core\/index.js"
]
},
"icons": {
"16": "icon16.png",
"96": "icon96.png",
"128": "icon128.png"
},
"chrome_url_overrides": {
"newtab": "public\/index.html"
},
"permissions": [
"geolocation"
],
"content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self';",
"web_accessible_resources": [
"*.json"
]
} | |