Weather Notifier for Blink Browsers

Checks the weather, updates notification every hour.

Weather Notifier for Blink Browsers란 무엇입니까?

Weather Notifier for Blink Browsers은(는) Geoffrey Stentiford에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Checks the weather, updates notification every hour."입니다.

확장 프로그램 스크린샷

screenshot

Weather Notifier for Blink Browsers 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Heads up: I made this back in sixth grade (I'm a sophomore in college now) and I'm not sure I even have the signing key for this extension, so if there are any bugs or reliability issues, an update is (probably) not going to happen.

This is a simple but useful extension that displays a small notification with the current weather conditions at Chrome startup and at every hour afterwards. The zip code may be set in the extension's options page.

Icons: Icons made by Icon Works at http://icon-works.com from Flaticon at http://www.flaticon.com is licensed under Licensed under Creative Commons BY 3.0.                    

확장 프로그램 기본 정보

이름 Weather Notifier for Blink Browsers Weather Notifier for Blink Browsers
ID bgmbocmonljnojhjiflmdookinfodcdh
공식 URL https://chromewebstore.google.com/detail/weather-notifier-for-blin/bgmbocmonljnojhjiflmdookinfodcdh
설명 Checks the weather, updates notification every hour.
파일 크기 6.28 KB
설치 횟수 16
현재 버전 0.0.0.4
최근 업데이트 2023-04-14
출시 날짜 2015-11-12
개발자 Geoffrey Stentiford
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://sites.google.com/view/geoffrey-s/home
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Weather Notifier for Blink Browsers",
    "version": "0.0.0.4",
    "description": "Checks the weather, updates notification every hour.",
    "icons": {
        "32": "icon.png"
    },
    "author": "Geoffrey Stentiford",
    "background": {
        "scripts": [
            "weather.js"
        ]
    },
    "options_page": "options.html",
    "permissions": [
        "background",
        "notifications",
        "storage",
        "http:\/\/api.openweathermap.org\/"
    ]
}