Rambler/weather

Instant access to the weather forecast worldwide

Rambler/weather란 무엇입니까?

Rambler/weather은(는) https://soft.rambler.ru에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Instant access to the weather forecast worldwide"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Rambler/weather 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        If in doubt whether to take an umbrella, a down coat or a bucket hat, ask Rambler/weather! A simple and user-friendly Rambler/weather extension will show the weather forecast for the near future in your location and anywhere in the world. The extension will determine your whereabouts on its own and will deliver an accurate and clearly formulated forecast. Add other locations to the list and trace the weather there. Rain or snow or hot sun - with the Rambler/forecast extension you will be prepared for any whims of the weather with just a single click.                    

확장 프로그램 기본 정보

이름 Rambler/weather Rambler/weather
ID mnellcecpgpeniolniglgfdfphfeoffo
공식 URL https://chromewebstore.google.com/detail/ramblerweather/mnellcecpgpeniolniglgfdfphfeoffo
설명 Instant access to the weather forecast worldwide
파일 크기 741 KB
설치 횟수 6,112
현재 버전 3.0.3
최근 업데이트 2018-07-16
출시 날짜 2018-07-16
평점 3.42/5 총 86 개의 평점
개발자 https://soft.rambler.ru
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://soft.rambler.ru/
도움말 페이지 URL https://help.rambler.ru/feedback/weather/
지원되는 언어 en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "minimum_chrome_version": "46",
    "name": "__MSG_name__",
    "description": "__MSG_description__",
    "permissions": [
        "storage"
    ],
    "default_locale": "ru",
    "version": "3.0.3",
    "icons": {
        "16": "icons\/icon-16.png",
        "32": "icons\/icon-32.png",
        "48": "icons\/icon-48.png",
        "128": "icons\/icon-128.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "icons\/icon-16.png",
            "32": "icons\/icon-32.png"
        },
        "default_popup": "popup\/index.html"
    },
    "background": {
        "scripts": [
            "background\/index.js"
        ]
    },
    "content_security_policy": "script-src 'self' https:\/\/st.top100.ru  ; object-src 'self' ;"
}