CliMate

This extension allow you to the current weather in any city

What is CliMate?

CliMate is a Chrome extension developed by tbsrextensions, and its main feature is "This extension allow you to the current weather in any city".

Extension Screenshots

screenshot

Download CliMate Extension CRX File

Download CliMate extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        A simple, streamlined weather visualizing extension. Nothing more than what's needed.                    

Extension Basic Information

Name CliMate CliMate
ID okobmelmklphllhhhfbndaeeemgphdal
Official URL https://chromewebstore.google.com/detail/climate/okobmelmklphllhhhfbndaeeemgphdal
Description This extension allow you to the current weather in any city
File Size 104 KB
Installation Count 21
Current Version 1.0
Last Updated 2017-01-22
Publish Date 2017-01-22
Rating 5.00/5 Total 2 Ratings
Developer tbsrextensions
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "CliMate",
    "description": "This extension allow you to the current weather in any city",
    "version": "1.0",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html",
        "default_title": "Click for weather"
    },
    "permissions": [
        "activeTab"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.google.com\/*"
            ],
            "js": [
                "jquery.js"
            ]
        }
    ]
}