Weather
Simply stunning weather app for your blank tabs. Watch the weather !
什么是Weather?
Weather是由jkrivda开发的Chrome扩展程序,该扩展的主要功能是“Simply stunning weather app for your blank tabs. Watch the weather !”。
扩展截图
下载Weather扩展crx文件
下载Weather扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
BETA version of weather - more features coming soon - change location (currently by IP adress) , swich to measure units *C / *F, background picture change.
扩展基本信息
名称 | |
ID | ldaehkabacdcppmcdlebjjhbibhobmdn |
官方URL | https://chrome.google.com/webstore/detail/weather/ldaehkabacdcppmcdlebjjhbibhobmdn |
简介 | Simply stunning weather app for your blank tabs. Watch the weather ! |
文件大小 | 1.16 MB |
安装次数 | 472 |
当前版本 | 0.2 |
更新时间 | 2015-09-22 |
上架时间 | 2015-09-22 |
评分 | 2.50/5 共2次评分 |
开发者 | jkrivda |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Weather", "short_name": "Weather for your blank tab", "description": "Simply stunning weather app for your blank tabs. Watch the weather !", "version": "0.2", "permissions": [ "history", "tabs", "https:\/\/*\/*", "http:\/\/fonts.googleapis.com\/*" ], "background": { "scripts": [ "js\/jquery-1.10.2.min.js", "js\/index.js", "js\/modernizr.js", "js\/prefixfree.min.js" ] }, "content_security_policy": "style-src 'self' 'unsafe-inline' http:\/\/fonts.googleapis.com; script-src 'self' https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/jquery.simpleWeather\/3.0.2\/ https:\/\/codepen.io\/assets\/libs\/fullpage\/ https:\/\/query.yahooapis.com\/v1\/public\/; default-src 'self';font-src http:\/\/fonts.gstatic.com\/s\/opensans\/v13\/ https:\/\/s3-us-west-2.amazonaws.com\/s.cdpn.io\/93\/ object-src 'self'", "chrome_url_overrides": { "newtab": "index.html" } } |