Hava Durumu
Bu eklenti ile T.C. MGM' nün yayınladığı güncel hava durumu bilgilerine erişim sağlayabilirsiniz.
What is Hava Durumu?
Hava Durumu is a Chrome extension developed by Hasan Adıgüzel, and its main feature is "Bu eklenti ile T.C. MGM' nün yayınladığı güncel hava durumu bilgilerine erişim sağlayabilirsiniz.".
Extension Screenshots
Download Hava Durumu Extension CRX File
Download Hava Durumu 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
Bu eklenti ile T.C. Meteoroloji Genel Müdürlüğü' nün yayınladığı güncel hava durumu bilgilerine erişim sağlayabilirsiniz. Hava durumu bilgisine en son erişim sağlanan ili hafızaya alarak eklentiye her tıklanıldığında il seçme yükünüzü ortadan kaldırarak ilgili ilin hava durumu bilgisini otomatik olarak yükler. Bu eklenti Hasan Adıgüzel tarafından geliştirilmiştir.
Extension Basic Information
Name | Hava Durumu |
ID | ipjchcacpaikoekmpjgfpfjmljgmadmo |
Official URL | https://chromewebstore.google.com/detail/hava-durumu/ipjchcacpaikoekmpjgfpfjmljgmadmo |
Description | Bu eklenti ile T.C. MGM' nün yayınladığı güncel hava durumu bilgilerine erişim sağlayabilirsiniz. |
File Size | 138 KB |
Installation Count | 59 |
Current Version | 0.0.2 |
Last Updated | 2021-01-05 |
Publish Date | 2020-05-03 |
Rating | 1.00/5 Total 1 Ratings |
Developer | Hasan Adıgüzel |
[email protected] | |
Payment Type | free |
Supported Languages | tr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Hava Durumu", "version": "0.0.2", "manifest_version": 2, "description": "Bu eklenti ile T.C. MGM' n\u00fcn yay\u0131nlad\u0131\u011f\u0131 g\u00fcncel hava durumu bilgilerine eri\u015fim sa\u011flayabilirsiniz.", "permissions": [ "https:\/\/www.mgm.gov.tr\/" ], "options_page": "options.html", "background": { "scripts": [ "background.js" ], "persistent": false }, "options_ui": { "page": "options.html", "open_in_tab": false }, "browser_action": { "default_title": "Hava Durumu", "default_popup": "index.html", "default_icon": "icon.png" }, "commands": { "_execute_browser_action": { "suggested_key": { "default": "Ctrl+Shift+H", "mac": "MacCtrl+Shift+H" }, "description": "Opens index.html" } }, "icons": { "16": "icon.png", "48": "icon.png", "128": "icon.png" } } |