Pogoda Widget
Aktualna pogoda dla Krakowa.
What is Pogoda Widget?
Pogoda Widget is a Chrome extension developed by Unknown, and its main feature is "Aktualna pogoda dla Krakowa.".
Download Pogoda Widget Extension CRX File
Download Pogoda Widget extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Prognoza pogody dla Krakowa z meteo.pl wyświetlana za pomocą nieinwazyjnego widgetu.
Extension Basic Information
Name | Pogoda Widget |
ID | pjejimlnokemmabclljiclhfniepfaak |
Official URL | https://chromewebstore.google.com/detail/pogoda-widget/pjejimlnokemmabclljiclhfniepfaak |
Description | Aktualna pogoda dla Krakowa. |
File Size | 10.12 KB |
Installation Count | 44 |
Current Version | 1.0 |
Last Updated | 2017-08-14 |
Publish Date | 2017-08-14 |
Rating | 5.00/5 Total 1 Ratings |
Developer | Unknown |
Payment Type | free |
Supported Languages | pl |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Pogoda Widget", "description": "Aktualna pogoda dla Krakowa.", "version": "1.0", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html", "js": "popup.js" }, "permissions": [ "activeTab", "https:\/\/ajax.googleapis.com\/" ] } |