Currently

Replace new tab screen with current time and weather.

Qu'est-ce que Currently ?

Currently est une extension Chrome développée par Currently, et sa fonction principale est "Replace new tab screen with current time and weather.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Currently

Téléchargez les fichiers d'extension Currently au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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."                    

Informations de Base sur l'Extension

Nom Currently Currently
ID ojhmphdkpgbibohbnpbfiefkgieacjmh
URL Officiel https://chrome.google.com/webstore/detail/currently/ojhmphdkpgbibohbnpbfiefkgieacjmh
Description Replace new tab screen with current time and weather.
Taille du Fichier 29.07 MB
Nombre d'Installations 70,000
Version Actuelle 5.1.1
Dernière Mise à Jour 2021-08-29
Date de Publication 2021-01-18
Évaluation 4.05/5 Total 2041 Évaluations
Développeur Currently
Email [email protected]
Type de Paiement in_app
URL de la Page de Politique de Confidentialité https://search.currentlyweather.com/home/privacy
Langues Prises en Charge 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"
    ]
}