Currently
Replace new tab screen with current time and weather.
Was ist Currently?
Currently ist eine Chrome-Erweiterung, die von Currently entwickelt wurde, und ihr Hauptmerkmal ist "Replace new tab screen with current time and weather.".
Erweiterungsscreenshots
Currently-Erweiterungs-CRX-Datei herunterladen
Laden Sie Currently-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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." Grundlegende Informationen zur Erweiterung
| Name | |
| ID | ojhmphdkpgbibohbnpbfiefkgieacjmh |
| Offizielle URL | https://chrome.google.com/webstore/detail/currently/ojhmphdkpgbibohbnpbfiefkgieacjmh |
| Beschreibung | Replace new tab screen with current time and weather. |
| Dateigröße | 29.07 MB |
| Installationsanzahl | 70,000 |
| Aktuelle Version | 5.1.1 |
| Letztes Update | 2021-08-29 |
| Veröffentlichungsdatum | 2021-01-18 |
| Bewertung | 4.05/5 Insgesamt 2041 Bewertungen |
| Entwickler | Currently |
| [email protected] | |
| Zahlungsart | in_app |
| URL der Datenschutzrichtlinien-Seite | https://search.currentlyweather.com/home/privacy |
| Unterstützte Sprachen | 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"
]
} | |