Weatherly

This extension provide information about (location, wind, atmosphere, astronomy, condition and forecasts!)

Weatherly란 무엇입니까?

Weatherly은(는) https://pomtech.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension provide information about (location, wind, atmosphere, astronomy, condition and forecasts!)"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        **Weatherly is full free, No Ads, and doesn't collect any user's information**

Weatherly provides you with location, wind, atmosphere, astronomy, and condition forecasts!
Get instant forecasts for your location or any other location by choice.

Get Instant Weather Updates with Weatherly Extension
=========================================================
Are you tired of unreliable weather forecasts and want to know accurate local weather conditions? Then, you don't have to worry about it! Whether you want to know when the sun will rise or if there’s an upcoming rainstorm, Weatherly will do the job. All you have to do is to add this extension to your browser!

What Is Weatherly?
=========================================================
This app aims to keep you updated on your local weather or that of a city of your choice. With this app, you’ll always have a clear weather overview of the next 7 days to come. You'll know the humidity, pressure, visibility, temperature, wind speed, and more!

With this extension, you don't have to wait for TV forecasts or to get through the hassle of searching for an authentic weather forecasting service anymore. Everything will be as simple as a single mouse click!

What Makes it so effective?
=========================================================
Weatherly uses most accurate forecasting sources worldwide to provide you with an accurate and reliable deal of information about the weather conditions among which are.
 - Select between English (Imperial) and Modern Metric unit system
 - Detailed 7-day forecast (plus today)
 - Both Celsius °C and Fahrenheit °F temperature units
 - Sunset and Sunrise time
 - Humidity, Pressure, Cloud Area Fraction, Dew Point, and Wind
 - Provides instant forecast for any city or desired destination you're hoping to travel to.

With the various features provided by this weather forecast extension, you are certain not to be surprised by the weather again!


*** Version history ***
======================================
Version 1.9 | 07/25/2021
 - API request issue resolved
 - Text typo mistakes resolved
 - Light Theme color gradient changed
 - Uninstall survey form has been added
-----------------
Version 1.7 & 1.8 | 06/16/2021
 - API changed (New weather provider has been implemented)
 - Few changes in user interface
 - Visibility and Chill removed
 - Cloud Area Fraction and Dew Point Added
 - A button for gathering donations has been added (https://ko-fi.com/haidari)
-----------------
Version 1.6 | 02/05/2020
 - Icon issue has been resolved on Chromium and Chromebook 
 - Icon color has changed to be visible on browser dark them
-----------------
Version 1.5 | September/30/2019
 - English (Imperial) Unit added 
 - Dark theme added
 - Auto Badge Update issue resolved
-----------------
Version 1.4 | May/11/2019
 - Badge status update issue resolved
-----------------
Version 1.2 & 1.3 | March/12/2019
 - Leave blank city name issue resolved
 - City name recommend added
-----------------
Version 0.1 | March/3/2019
 - Initial publish


===================
For bug reports please send email to: [email protected]
===================                    

확장 프로그램 기본 정보

이름 Weatherly Weatherly
ID heifjnlfhcndklgdnbjkailkipkfgkpm
공식 URL https://chromewebstore.google.com/detail/weatherly/heifjnlfhcndklgdnbjkailkipkfgkpm
설명 This extension provide information about (location, wind, atmosphere, astronomy, condition and forecasts!)
파일 크기 650 KB
설치 횟수 14,080
현재 버전 1.9
최근 업데이트 2021-07-26
출시 날짜 2020-05-27
평점 4.20/5 총 65 개의 평점
개발자 https://pomtech.com
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Weatherly",
    "version": "1.9",
    "description": "This extension provide information about (location, wind, atmosphere, astronomy, condition and forecasts!)",
    "options_page": "settings.html",
    "background": {
        "scripts": [
            "scripts\/jquery.min.js",
            "scripts\/badge.js"
        ],
        "persistent": false
    },
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "64": "icon64.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "icon16.png",
            "32": "icon32.png",
            "48": "icon48.png",
            "64": "icon64.png",
            "128": "icon128.png"
        },
        "default_popup": "popup.html"
    },
    "permissions": [
        "https:\/\/www.google-analytics.com\/*",
        "http:\/\/gd.geobytes.com\/*"
    ],
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com\/ https:\/\/gd.geobytes.com\/*; object-src 'self'",
    "author": "Rafi Haidari"
}