Chatty Weather
This extension will chat with you about the weather
什么是Chatty Weather?
Chatty Weather是由chattyweather开发的Chrome扩展程序,该扩展的主要功能是“This extension will chat with you about the weather”。
扩展截图
下载Chatty Weather扩展crx文件
下载Chatty Weather扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Your friendly weather extension.
扩展基本信息
名称 | |
ID | kmkjddohbekfajbhmggnbpcgppgldnjh |
官方URL | https://chrome.google.com/webstore/detail/chatty-weather/kmkjddohbekfajbhmggnbpcgppgldnjh |
简介 | This extension will chat with you about the weather |
文件大小 | 79.46 KB |
安装次数 | 93 |
当前版本 | 0.0.1 |
更新时间 | 2016-09-06 |
上架时间 | 2016-09-06 |
评分 | 4.00/5 共3次评分 |
开发者 | chattyweather |
付费类型 | free |
支持的语言 | 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" ] } |