Currents
Replace new tab screen with current time and weather.
Hvad er Currents?
Currents er en Chrome-udvidelse udviklet af https://deadnight7.github.io, og dens hovedfunktion er "Replace new tab screen with current time and weather.".
Udvidelsesskærmbilleder
Download Currents-udvidelses-CRX-fil
Download Currents-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
Replace new tab screen with current time and weather.
Grundlæggende oplysninger om udvidelsen
Navn | Currents |
ID | fmladbonckfbhdblkcipokdinlnamnif |
Officiel URL | https://chromewebstore.google.com/detail/currents/fmladbonckfbhdblkcipokdinlnamnif |
Beskrivelse | Replace new tab screen with current time and weather. |
Filstørrelse | 2.38 MB |
Antal Installationer | 52 |
Nuværende Version | 3.4.0 |
Senest Opdateret | 2020-08-18 |
Udgivelsesdato | 2020-08-18 |
Udvikler | https://deadnight7.github.io |
[email protected] | |
Betalingsmetode | free |
Understøttede Sprog | en |
manifest.json | |
{ "chrome_url_overrides": { "newtab": "app\/index.html" }, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com https:\/\/widget.uservoice.com\/; object-src 'self'", "default_locale": "en", "description": "Replace new tab screen with current time and weather.", "icons": { "128": "images\/icon128.png", "16": "images\/icon16.png", "96": "images\/icon96.png" }, "manifest_version": 2, "name": "Currents", "options_page": "app\/index.html#\/drawer\/settings", "permissions": [ "storage", "unlimitedStorage", "geolocation", "unlimitedStorage", "https:\/\/maps.googleapis.com\/maps\/api\/", "http:\/\/api.wunderground.com\/api", "https:\/\/ssl.google-analytics.com\/", "https:\/\/s3.amazonaws.com\/" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "3.4.0" } |