The Weather
Look at THE WEATHER: easy, quick and concise
The Weatherとは何ですか?
The Weatherはhttp://www.kissappsl.comによって開発されたChromeの拡張機能で、その主な機能は「Look at THE WEATHER: easy, quick and concise」です。
拡張機能のスクリーンショット
The Weather拡張機能のCRXファイルをダウンロード
The Weather拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
The best extension to know the Weather in Chrome! Fast and easy. Just by looking at the app icon you will know the weather today and the current temperature. Get instantly all the Weather information of your current location and a forecast so that you know the weather forecast for the following days. The extension comes with a clean and simple interface to get local information or a forecast for any destination where you go. Choose from a minimalist version or check the weather forecast with more detailed information. What are you waiting for to download this fantastic extension? Download it now!
拡張機能の基本情報
名前 | |
ID | cbkiddbpoaccgodaldbmckkelkhohioa |
公式URL | https://chrome.google.com/webstore/detail/the-weather/cbkiddbpoaccgodaldbmckkelkhohioa |
説明 | Look at THE WEATHER: easy, quick and concise |
ファイルサイズ | 162 KB |
インストール数 | 42 |
現在のバージョン | 1.01 |
最終更新日 | 2021-02-10 |
公開日 | 2020-12-26 |
評価 | 5.00/5 合計 2 レビュー |
開発者 | http://www.kissappsl.com |
Eメール | [email protected] |
支払い方法 | in_app |
拡張機能のウェブサイト | http://kissappsl.com/app/the-weather-extension/ |
ヘルプページのURL | http://kissappsl.com |
プライバシーポリシーページのURL | http://kissappsl.com/pages/privacy-policy |
対応言語 | en,es |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_extName__", "description": "__MSG_extDesc__", "default_locale": "en", "version": "1.01", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "icons": { "16": "icon.png", "48": "icon.png", "128": "icon.png" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "js\/jquery.js", "js\/helper.js", "js\/myscript.js" ], "css": [ "css\/main.css" ] } ] } |