Kraków Smog
Wyświetla informacje o zanieczyszczeniach powietrza w Krakowie i okolicach.
Qu'est-ce que Kraków Smog ?
Kraków Smog est une extension Chrome développée par krawetko, et sa fonction principale est "Wyświetla informacje o zanieczyszczeniach powietrza w Krakowie i okolicach.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Kraków Smog
Téléchargez les fichiers d'extension Kraków Smog au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Wersja 1.2 * Dodano wyświetlanie lokalizacji stacji na Google Maps po kliknięciu.
Informations de Base sur l'Extension
Nom | |
ID | imbjjboppoohbceadagfhekolhdmdiic |
URL Officiel | https://chrome.google.com/webstore/detail/krak%C3%B3w-smog/imbjjboppoohbceadagfhekolhdmdiic |
Description | Wyświetla informacje o zanieczyszczeniach powietrza w Krakowie i okolicach. |
Taille du Fichier | 101 KB |
Nombre d'Installations | 15 |
Version Actuelle | 1.2.3 |
Dernière Mise à Jour | 2014-02-15 |
Date de Publication | 2014-02-15 |
Évaluation | 3.00/5 Total 6 Évaluations |
Développeur | krawetko |
Type de Paiement | free |
Langues Prises en Charge | 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 } } |