Weather
Simply stunning weather app for your blank tabs. Watch the weather !
Weather là gì?
Weather là một tiện ích mở rộng Chrome được phát triển bởi jkrivda, và tính năng chính của nó là "Simply stunning weather app for your blank tabs. Watch the weather !".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Weather
Tải xuống các tệp mở rộng Weather dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
BETA version of weather - more features coming soon - change location (currently by IP adress) , swich to measure units *C / *F, background picture change.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | ldaehkabacdcppmcdlebjjhbibhobmdn |
URL Chính Thức | https://chrome.google.com/webstore/detail/weather/ldaehkabacdcppmcdlebjjhbibhobmdn |
Mô tả | Simply stunning weather app for your blank tabs. Watch the weather ! |
Kích Thước Tệp | 1.16 MB |
Số Lần Cài Đặt | 472 |
Phiên Bản Hiện Tại | 0.2 |
Cập Nhật Lần Cuối | 2015-09-22 |
Ngày Phát Hành | 2015-09-22 |
Đánh Giá | 2.50/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | jkrivda |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |