CliMate
This extension allow you to the current weather in any city
Cos'è CliMate?
CliMate è un'estensione di Chrome sviluppata da tbsrextensions, e la sua funzione principale è "This extension allow you to the current weather in any city".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione CliMate
Scarica i file di estensione CliMate in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
A simple, streamlined weather visualizing extension. Nothing more than what's needed. Informazioni di Base sull'Estensione
| Nome | |
| ID | okobmelmklphllhhhfbndaeeemgphdal |
| URL Ufficiale | https://chromewebstore.google.com/detail/climate/okobmelmklphllhhhfbndaeeemgphdal |
| Descrizione | This extension allow you to the current weather in any city |
| Dimensione del File | 104 KB |
| Conteggio Installazioni | 21 |
| Versione Corrente | 1.0 |
| Ultimo Aggiornamento | 2017-01-22 |
| Data di Pubblicazione | 2017-01-22 |
| Valutazione | 5.00/5 Totale 2 Valutazioni |
| Sviluppatore | tbsrextensions |
| Tipo di Pagamento | free |
| Lingue Supportate | 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"
]
}
]
} | |