Clima en Mexico

Local weather forecast, with alerts of current conditions in real timen

Clima en Mexico란 무엇입니까?

Clima en Mexico은(는) http://cloudmx.in에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Local weather forecast, with alerts of current conditions in real timen"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Clima en Mexico 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Local weather forecast, with alerts of current conditions, rainstorm, hail and snow in real time: with My Weather, enjoy maximum precision wherever you are.                    

확장 프로그램 기본 정보

이름 Clima en Mexico Clima en Mexico
ID dmelkkgakoeehljdebmkkimonaeonoem
공식 URL https://chrome.google.com/webstore/detail/clima-en-mexico/dmelkkgakoeehljdebmkkimonaeonoem
설명 Local weather forecast, with alerts of current conditions in real timen
파일 크기 530 KB
설치 횟수 499
현재 버전 4.0.0
최근 업데이트 2020-10-18
출시 날짜 2016-05-14
평점 3.26/5 총 23 개의 평점
개발자 http://cloudmx.in
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "manifest_version": 2,
    "name": "Clima en Mexico",
    "homepage_url": "https:\/\/play.google.com\/store\/apps\/details?id=io.ctorresmdz.weather_app",
    "description": "Local weather forecast, with alerts of current conditions in real timen",
    "default_locale": "en",
    "permissions": [
        "unlimited_storage"
    ],
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_title": "__MSG_extName__",
        "default_icon": {
            "19": "icons\/19.png",
            "38": "icons\/38.png"
        }
    },
    "options_ui": {
        "page": "options.html"
    },
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAqJqIY6wc9OFK3yq3oARMZnZgqFBgau6gGjU\/\/KjWgUmEM9jm5kdL7xF7zZBMYCV1dZa4b8v8ZLsklY8XNU4tHGwEcMpDbglIRpYV90Ouoke0akHktCdNso5+TqGc6SAbI6HZjdkKKwxCLI4xJH1xidB2c3m6h7GzvaoJs3iTJJEf9IXcIk5Obx2OjnvuvMzuZ9H9tPDquf1PSdPhXKY7D1CaTGSEQ54Txqn8OU3bN3TDM4aI222nKKbWNJD1BGWCg6abeM0s+TPhGufpatV\/JgMFcLGAM2\/PTxTbM9Zi9yY+z+w1yVkvcBEUPemPx2ECXTk5hzIeR12cMNEtfvue\/QIDAQAB",
    "version": "4.0.0",
    "content_security_policy": "script-src 'self' ; object-src 'self'"
}