Currently
Replace new tab screen with current time and weather.
Hvad er Currently?
Currently er en Chrome-udvidelse udviklet af Currently, og dens hovedfunktion er "Replace new tab screen with current time and weather.".
Udvidelsesskærmbilleder
Download Currently-udvidelses-CRX-fil
Download Currently-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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." Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | ojhmphdkpgbibohbnpbfiefkgieacjmh |
| Officiel URL | https://chrome.google.com/webstore/detail/currently/ojhmphdkpgbibohbnpbfiefkgieacjmh |
| Beskrivelse | Replace new tab screen with current time and weather. |
| Filstørrelse | 29.07 MB |
| Antal Installationer | 70,000 |
| Nuværende Version | 5.1.1 |
| Senest Opdateret | 2021-08-29 |
| Udgivelsesdato | 2021-01-18 |
| Bedømmelse | 4.05/5 Samlet 2041 Bedømmelser |
| Udvikler | Currently |
| [email protected] | |
| Betalingsmetode | in_app |
| URL til Fortrolighedspolitik Side | https://search.currentlyweather.com/home/privacy |
| Understøttede Sprog | 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"
]
} | |