CliMate
This extension allow you to the current weather in any city
Qu'est-ce que CliMate ?
CliMate est une extension Chrome développée par tbsrextensions, et sa fonction principale est "This extension allow you to the current weather in any city".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension CliMate
Téléchargez les fichiers d'extension CliMate 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 simple, streamlined weather visualizing extension. Nothing more than what's needed.
Informations de Base sur l'Extension
Nom | CliMate |
ID | okobmelmklphllhhhfbndaeeemgphdal |
URL Officiel | https://chromewebstore.google.com/detail/climate/okobmelmklphllhhhfbndaeeemgphdal |
Description | This extension allow you to the current weather in any city |
Taille du Fichier | 104 KB |
Nombre d'Installations | 21 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2017-01-22 |
Date de Publication | 2017-01-22 |
Évaluation | 5.00/5 Total 2 Évaluations |
Développeur | tbsrextensions |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "CliMate", "description": "This extension allow you to the current weather in any city", "version": "1.0", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html", "default_title": "Click for weather" }, "permissions": [ "activeTab" ], "content_scripts": [ { "matches": [ "http:\/\/www.google.com\/*" ], "js": [ "jquery.js" ] } ] } |