Time and Weather Tab

Minimal New Tab Page.

Qu'est-ce que Time and Weather Tab ?

Time and Weather Tab est une extension Chrome développée par wilsodadeveloper, et sa fonction principale est "Minimal New Tab Page.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Time and Weather Tab

Téléchargez les fichiers d'extension Time and Weather Tab 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

                        A minimal new tab page that shows the time and current weather.                    

Informations de Base sur l'Extension

Nom Time and Weather Tab Time and Weather Tab
ID ohlpipdkopgmnpaefpabeboimndinfml
URL Officiel https://chromewebstore.google.com/detail/time-and-weather-tab/ohlpipdkopgmnpaefpabeboimndinfml
Description Minimal New Tab Page.
Taille du Fichier 41.82 KB
Nombre d'Installations 43
Version Actuelle 1.0
Dernière Mise à Jour 2017-02-16
Date de Publication 2017-02-16
Évaluation 3.80/5 Total 5 Évaluations
Développeur wilsodadeveloper
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Time and Weather Tab",
    "description": "Minimal New Tab Page.",
    "version": "1.0",
    "incognito": "split",
    "chrome_url_overrides": {
        "newtab": "start-page.html"
    },
    "background": {
        "scripts": [
            "jquery.min.js",
            "weather.js"
        ]
    },
    "permissions": [
        "geolocation",
        "storage",
        "http:\/\/api.openweathermap.org\/"
    ],
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "manifest_version": 2
}