Gismeteo

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

Gismeteo란 무엇입니까?

Gismeteo은(는) https://www.gismeteo.ru에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Gismeteo Weather Forecast. Real time weather and detailed forecast all round the world"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Gismeteo 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    ]
}