Chatty Weather
This extension will chat with you about the weather
Apa itu Chatty Weather?
Chatty Weather adalah ekstensi Chrome yang dikembangkan oleh chattyweather, dan fitur utamanya adalah "This extension will chat with you about the weather".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Chatty Weather
Unduh file ekstensi Chatty Weather 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
Your friendly weather extension.
Informasi Dasar Ekstensi
Nama | |
ID | kmkjddohbekfajbhmggnbpcgppgldnjh |
URL Resmi | https://chrome.google.com/webstore/detail/chatty-weather/kmkjddohbekfajbhmggnbpcgppgldnjh |
Deskripsi | This extension will chat with you about the weather |
Ukuran File | 79.46 KB |
Jumlah Instalasi | 93 |
Versi Saat Ini | 0.0.1 |
Terakhir Diperbarui | 2016-09-06 |
Tanggal Publikasi | 2016-09-06 |
Penilaian | 4.00/5 Total 3 Penilaian |
Pengembang | chattyweather |
Tipe Pembayaran | free |
Bahasa yang Didukung | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Chatty Weather", "version": "0.0.1", "manifest_version": 2, "description": "This extension will chat with you about the weather", "homepage_url": "https:\/\/chattyweather.herokuapp.com", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "browser_action": { "default_icon": "icons\/icon19.png", "default_title": "Chatty Weather", "default_popup": "popup.html" }, "permissions": [ "geolocation" ] } |