Gismeteo

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

Gismeteoคืออะไร?

Gismeteo เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.gismeteo.ru และคุณลักษณะหลักของมันคือ "Gismeteo Weather Forecast. Real time weather and detailed forecast all round the world"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Gismeteo

ดาวน์โหลดไฟล์ส่วนขยาย Gismeteo ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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]                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Gismeteo Gismeteo
ID bfegaehidkkcfaikpaijcdahnpikhobf
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/gismeteo/bfegaehidkkcfaikpaijcdahnpikhobf
คำอธิบาย Gismeteo Weather Forecast. Real time weather and detailed forecast all round the world
ขนาดไฟล์ 6.98 MB
จำนวนการติดตั้ง 424,294
เวอร์ชันปัจจุบัน 3.1.8
อัปเดตครั้งล่าสุด 2018-03-29
วันที่เผยแพร่ 2018-03-29
คะแนน 4.35/5 รวมทั้งหมด 4114 คะแนน
ผู้พัฒนา https://www.gismeteo.ru
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.gismeteo.com
URL หน้าช่วยเหลือ http://support.gismeteo.ru
ภาษาที่รองรับ 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"
    ]
}