Hava Durumu Rozeti

Şehrinizin hava durumunu hızlıca görebileceğiniz bir rozet ekler...

What is Hava Durumu Rozeti?

Hava Durumu Rozeti is a Chrome extension developed by serhankilicarslan, and its main feature is "Şehrinizin hava durumunu hızlıca görebileceğiniz bir rozet ekler...".

Extension Screenshots

screenshot

Download Hava Durumu Rozeti Extension CRX File

Download Hava Durumu Rozeti 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

                                            

Extension Basic Information

Name Hava Durumu Rozeti Hava Durumu Rozeti
ID bdhegkmhgloadpcbhmgjilbhjlodidij
Official URL https://chromewebstore.google.com/detail/hava-durumu-rozeti/bdhegkmhgloadpcbhmgjilbhjlodidij
Description Şehrinizin hava durumunu hızlıca görebileceğiniz bir rozet ekler...
File Size 25.95 KB
Installation Count 34
Current Version 0.1.1
Last Updated 2018-09-19
Publish Date 2018-09-19
Rating 5.00/5 Total 2 Ratings
Developer serhankilicarslan
Email [email protected]
Payment Type free
Supported Languages tr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Hava Durumu Rozeti",
    "description": "\u015eehrinizin hava durumunu h\u0131zl\u0131ca g\u00f6rebilece\u011finiz bir rozet ekler...",
    "version": "0.1.1",
    "manifest_version": 2,
    "homepage_url": "https:\/\/github.com\/serhankilicarslan\/chrome-weather-extension",
    "background": {
        "scripts": [
            "assets\/js\/price.js",
            "assets\/js\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": ".\/assets\/icons\/weather-128.png",
        "default_popup": "popup.html"
    },
    "author": "Serhan Kilicarslan ",
    "icons": {
        "16": ".\/assets\/icons\/weather-16.png",
        "128": ".\/assets\/icons\/weather-128.png"
    },
    "permissions": [
        "background",
        "storage",
        "https:\/\/www.mostcrea.com\/"
    ],
    "content_security_policy": "script-src 'self'; object-src 'self'; connect-src * data: blob: filesystem:;"
}