Kraków Smog
Wyświetla informacje o zanieczyszczeniach powietrza w Krakowie i okolicach.
Wat is Kraków Smog?
Kraków Smog is een Chrome-extensie ontwikkeld door krawetko, en de belangrijkste functie is "Wyświetla informacje o zanieczyszczeniach powietrza w Krakowie i okolicach.".
Extensie Screenshots
Download het CRX-bestand van de extensie Kraków Smog
Download Kraków Smog-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
Wersja 1.2 * Dodano wyświetlanie lokalizacji stacji na Google Maps po kliknięciu.
Basisinformatie over de Extensie
Naam | |
ID | imbjjboppoohbceadagfhekolhdmdiic |
Officiële URL | https://chrome.google.com/webstore/detail/krak%C3%B3w-smog/imbjjboppoohbceadagfhekolhdmdiic |
Beschrijving | Wyświetla informacje o zanieczyszczeniach powietrza w Krakowie i okolicach. |
Bestandsgrootte | 101 KB |
Aantal Installaties | 15 |
Huidige Versie | 1.2.3 |
Laatst Bijgewerkt | 2014-02-15 |
Publicatiedatum | 2014-02-15 |
Beoordeling | 3.00/5 Totaal 6 Beoordelingen |
Ontwikkelaar | krawetko |
Betalingswijze | free |
Ondersteunde Talen | pl |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Krak\u00f3w Smog", "version": "1.2.3", "description": "Wy\u015bwietla informacje o zanieczyszczeniach powietrza w Krakowie i okolicach.", "icons": { "48": "\/resource\/img\/smog_48.png", "128": "\/resource\/img\/smog_128.png" }, "browser_action": { "default_icon": { "19": "\/resource\/img\/smog_19.png", "38": "\/resource\/img\/smog_38.png" }, "default_title": "Krakow Smog", "default_popup": "\/src\/web\/main\/html\/popup.html" }, "permissions": [ "storage", "alarms", "notifications" ], "background": { "scripts": [ "\/lib\/jquery-2.1.0.min.js", "\/lib\/jquery.formatDateTime.min.js", "\/src\/web\/commons\/smogApi.js", "\/src\/web\/commons\/objectUtils.js", "\/src\/web\/commons\/storage.js", "\/src\/web\/background\/notifications.js", "\/src\/web\/background\/alarms.js", "\/src\/web\/background\/dataRefreshers.js", "\/src\/web\/background\/backgroundPage.js" ], "persistent": false } } |