Currently
Replace new tab screen with current time and weather.
Wat is Currently?
Currently is een Chrome-extensie ontwikkeld door Currently, en de belangrijkste functie is "Replace new tab screen with current time and weather.".
Extensie Screenshots
Download het CRX-bestand van de extensie Currently
Download Currently-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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." Basisinformatie over de Extensie
| Naam | |
| ID | ojhmphdkpgbibohbnpbfiefkgieacjmh |
| Officiële URL | https://chrome.google.com/webstore/detail/currently/ojhmphdkpgbibohbnpbfiefkgieacjmh |
| Beschrijving | Replace new tab screen with current time and weather. |
| Bestandsgrootte | 29.07 MB |
| Aantal Installaties | 70,000 |
| Huidige Versie | 5.1.1 |
| Laatst Bijgewerkt | 2021-08-29 |
| Publicatiedatum | 2021-01-18 |
| Beoordeling | 4.05/5 Totaal 2041 Beoordelingen |
| Ontwikkelaar | Currently |
| [email protected] | |
| Betalingswijze | in_app |
| URL van de Privacybeleid Pagina | https://search.currentlyweather.com/home/privacy |
| Ondersteunde Talen | 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"
]
} | |