CliMate
This extension allow you to the current weather in any city
Apa itu CliMate?
CliMate adalah ekstensi Chrome yang dikembangkan oleh tbsrextensions, dan fitur utamanya adalah "This extension allow you to the current weather in any city".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi CliMate
Unduh file ekstensi CliMate dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
A simple, streamlined weather visualizing extension. Nothing more than what's needed.
Informasi Dasar Ekstensi
Nama | CliMate |
ID | okobmelmklphllhhhfbndaeeemgphdal |
URL Resmi | https://chromewebstore.google.com/detail/climate/okobmelmklphllhhhfbndaeeemgphdal |
Deskripsi | This extension allow you to the current weather in any city |
Ukuran File | 104 KB |
Jumlah Instalasi | 21 |
Versi Saat Ini | 1.0 |
Terakhir Diperbarui | 2017-01-22 |
Tanggal Publikasi | 2017-01-22 |
Penilaian | 5.00/5 Total 2 Penilaian |
Pengembang | tbsrextensions |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" ] } ] } |