Currents

Replace new tab screen with current time and weather.

What is Currents?

Currents is a Chrome extension developed by https://deadnight7.github.io, and its main feature is "Replace new tab screen with current time and weather.".

Extension Screenshots

screenshot
screenshot

Download Currents Extension CRX File

Download Currents extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Replace new tab screen with current time and weather.                    

Extension Basic Information

Name Currents Currents
ID fmladbonckfbhdblkcipokdinlnamnif
Official URL https://chromewebstore.google.com/detail/currents/fmladbonckfbhdblkcipokdinlnamnif
Description Replace new tab screen with current time and weather.
File Size 2.38 MB
Installation Count 52
Current Version 3.4.0
Last Updated 2020-08-18
Publish Date 2020-08-18
Developer https://deadnight7.github.io
Email [email protected]
Payment Type free
Supported Languages 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"
}