Currently
Replace new tab screen with current time and weather.
What is Currently?
Currently is a Chrome extension developed by Currently, and its main feature is "Replace new tab screen with current time and weather.".
Extension Screenshots
Download Currently Extension CRX File
Download Currently extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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." Extension Basic Information
| Name | |
| ID | ojhmphdkpgbibohbnpbfiefkgieacjmh |
| Official URL | https://chrome.google.com/webstore/detail/currently/ojhmphdkpgbibohbnpbfiefkgieacjmh |
| Description | Replace new tab screen with current time and weather. |
| File Size | 29.07 MB |
| Installation Count | 70,000 |
| Current Version | 5.1.1 |
| Last Updated | 2021-08-29 |
| Publish Date | 2021-01-18 |
| Rating | 4.05/5 Total 2041 Ratings |
| Developer | Currently |
| [email protected] | |
| Payment Type | in_app |
| Privacy Policy Page URL | https://search.currentlyweather.com/home/privacy |
| Supported Languages | 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"
]
} | |