Currents

Replace new tab screen with current time and weather.

Wat is Currents?

Currents is een Chrome-extensie ontwikkeld door https://deadnight7.github.io, en de belangrijkste functie is "Replace new tab screen with current time and weather.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Currents

Download Currents-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

                        Replace new tab screen with current time and weather.                    

Basisinformatie over de Extensie

Naam Currents Currents
ID fmladbonckfbhdblkcipokdinlnamnif
Officiële URL https://chromewebstore.google.com/detail/currents/fmladbonckfbhdblkcipokdinlnamnif
Beschrijving Replace new tab screen with current time and weather.
Bestandsgrootte 2.38 MB
Aantal Installaties 52
Huidige Versie 3.4.0
Laatst Bijgewerkt 2020-08-18
Publicatiedatum 2020-08-18
Ontwikkelaar https://deadnight7.github.io
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
}