Hava Durumu Rozeti

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

Cos'è Hava Durumu Rozeti?

Hava Durumu Rozeti è un'estensione di Chrome sviluppata da serhankilicarslan, e la sua funzione principale è "Şehrinizin hava durumunu hızlıca görebileceğiniz bir rozet ekler...".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Hava Durumu Rozeti

Scarica i file di estensione Hava Durumu Rozeti in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                                            

Informazioni di Base sull'Estensione

Nome Hava Durumu Rozeti Hava Durumu Rozeti
ID bdhegkmhgloadpcbhmgjilbhjlodidij
URL Ufficiale https://chromewebstore.google.com/detail/hava-durumu-rozeti/bdhegkmhgloadpcbhmgjilbhjlodidij
Descrizione Şehrinizin hava durumunu hızlıca görebileceğiniz bir rozet ekler...
Dimensione del File 25.95 KB
Conteggio Installazioni 34
Versione Corrente 0.1.1
Ultimo Aggiornamento 2018-09-19
Data di Pubblicazione 2018-09-19
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore serhankilicarslan
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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:;"
}