CliMate
This extension allow you to the current weather in any city
Vad är CliMate?
CliMate är en Chrome-tillägg utvecklad av tbsrextensions, och dess huvudfunktion är "This extension allow you to the current weather in any city".
Tilläggsskärmbilder
Ladda ner CliMate-förlängningens CRX-fil
Ladda ner CliMate-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
A simple, streamlined weather visualizing extension. Nothing more than what's needed. Grundläggande Information om Tillägg
| Namn | |
| ID | okobmelmklphllhhhfbndaeeemgphdal |
| Officiell webbadress | https://chromewebstore.google.com/detail/climate/okobmelmklphllhhhfbndaeeemgphdal |
| Beskrivning | This extension allow you to the current weather in any city |
| Filstorlek | 104 KB |
| Antal Installationer | 21 |
| Aktuell Version | 1.0 |
| Senast Uppdaterad | 2017-01-22 |
| Publiceringsdatum | 2017-01-22 |
| Betyg | 5.00/5 Totalt 2 Betyg |
| Utvecklare | tbsrextensions |
| Betalningssätt | free |
| Stödda Språk | 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"
]
}
]
} | |