Gismeteo

Gismeteo Weather Forecast. Real time weather and detailed forecast all round the world

Apa itu Gismeteo?

Gismeteo adalah ekstensi Chrome yang dikembangkan oleh https://www.gismeteo.ru, dan fitur utamanya adalah "Gismeteo Weather Forecast. Real time weather and detailed forecast all round the world".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Gismeteo

Unduh file ekstensi Gismeteo dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        Real time weather and detailed forecast all round the world.

The icon in your toolbar displays real time weather or forecast for the nearest time of your favorite place. Click the icon and you will get detailed forecast.

We express our gratitude for the use of our expansion and look forward to new comments and suggestions to [email protected]                    

Informasi Dasar Ekstensi

Nama Gismeteo Gismeteo
ID bfegaehidkkcfaikpaijcdahnpikhobf
URL Resmi https://chromewebstore.google.com/detail/gismeteo/bfegaehidkkcfaikpaijcdahnpikhobf
Deskripsi Gismeteo Weather Forecast. Real time weather and detailed forecast all round the world
Ukuran File 6.98 MB
Jumlah Instalasi 424,294
Versi Saat Ini 3.1.8
Terakhir Diperbarui 2018-03-29
Tanggal Publikasi 2018-03-29
Penilaian 4.35/5 Total 4114 Penilaian
Pengembang https://www.gismeteo.ru
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://www.gismeteo.com
URL Halaman Bantuan http://support.gismeteo.ru
Bahasa yang Didukung en,lt,ru,uk
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "page": "background.html",
        "persistent": true
    },
    "browser_action": {
        "default_icon": {
            "19": "logo.png"
        },
        "default_popup": "popup.html",
        "default_title": "Gismeteo"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "default_locale": "en",
    "description": "__MSG_description_ext__",
    "homepage_url": "https:\/\/www.gismeteo.ru",
    "icons": {
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "manifest_version": 2,
    "name": "Gismeteo",
    "options_ui": {
        "chrome_style": true,
        "page": "options.html"
    },
    "permissions": [
        "https:\/\/services.gismeteo.ru\/inform-service\/",
        "https:\/\/ssl.google-analytics.com\/"
    ],
    "version": "3.1.8",
    "web_accessible_resources": [
        "favicon-16.png"
    ]
}