CliMate
This extension allow you to the current weather in any city
CliMateとは何ですか?
CliMateはtbsrextensionsによって開発されたChromeの拡張機能で、その主な機能は「This extension allow you to the current weather in any city」です。
拡張機能のスクリーンショット
CliMate拡張機能のCRXファイルをダウンロード
CliMate拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
A simple, streamlined weather visualizing extension. Nothing more than what's needed. 拡張機能の基本情報
| 名前 | |
| ID | okobmelmklphllhhhfbndaeeemgphdal |
| 公式URL | https://chromewebstore.google.com/detail/climate/okobmelmklphllhhhfbndaeeemgphdal |
| 説明 | This extension allow you to the current weather in any city |
| ファイルサイズ | 104 KB |
| インストール数 | 21 |
| 現在のバージョン | 1.0 |
| 最終更新日 | 2017-01-22 |
| 公開日 | 2017-01-22 |
| 評価 | 5.00/5 合計 2 レビュー |
| 開発者 | tbsrextensions |
| 支払い方法 | free |
| 対応言語 | 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"
]
}
]
} | |