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ファイルをダウンロード

Weather Notifier for Blink Browsers拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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\/"
    ]
}