CliMate
This extension allow you to the current weather in any city
Wat is CliMate?
CliMate is een Chrome-extensie ontwikkeld door tbsrextensions, en de belangrijkste functie is "This extension allow you to the current weather in any city".
Extensie Screenshots
Download het CRX-bestand van de extensie CliMate
Download CliMate-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
A simple, streamlined weather visualizing extension. Nothing more than what's needed. Basisinformatie over de Extensie
| Naam | |
| ID | okobmelmklphllhhhfbndaeeemgphdal |
| Officiële URL | https://chromewebstore.google.com/detail/climate/okobmelmklphllhhhfbndaeeemgphdal |
| Beschrijving | This extension allow you to the current weather in any city |
| Bestandsgrootte | 104 KB |
| Aantal Installaties | 21 |
| Huidige Versie | 1.0 |
| Laatst Bijgewerkt | 2017-01-22 |
| Publicatiedatum | 2017-01-22 |
| Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
| Ontwikkelaar | tbsrextensions |
| Betalingswijze | free |
| Ondersteunde Talen | 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"
]
}
]
} | |