CliMate
This extension allow you to the current weather in any city
Co to jest CliMate?
CliMate to rozszerzenie Chrome opracowane przez tbsrextensions, a jego główną funkcją jest „This extension allow you to the current weather in any city”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia CliMate
Pobierz pliki rozszerzeń CliMate w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
A simple, streamlined weather visualizing extension. Nothing more than what's needed. Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | okobmelmklphllhhhfbndaeeemgphdal |
| Oficjalny URL | https://chromewebstore.google.com/detail/climate/okobmelmklphllhhhfbndaeeemgphdal |
| Opis | This extension allow you to the current weather in any city |
| Rozmiar pliku | 104 KB |
| Liczba instalacji | 21 |
| Aktualna Wersja | 1.0 |
| Ostatnia Aktualizacja | 2017-01-22 |
| Data Publikacji | 2017-01-22 |
| Ocena | 5.00/5 Łącznie 2 Oceny |
| Deweloper | tbsrextensions |
| Typ Płatności | free |
| Obsługiwane Języki | 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"
]
}
]
} | |