Weathery (weather)
A clean and simple weather app.
Weathery (weather) là gì?
Weathery (weather) là một tiện ích mở rộng Chrome được phát triển bởi eky, và tính năng chính của nó là "A clean and simple weather app.".
Ả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 Weathery (weather)
Tải xuống các tệp mở rộng Weathery (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
Get weather updates at a glance while using Chrome. Click on the icon to access a full forecast for your location. ************************ Features: * Icon live updates with current weather * Current weather * 15h forecast * 5 day forecast * Choose between metric or imperial units * Search over 200 000 cities worldwide ************************ This extension is powered by the OpenWeatherMap API. For more information, visit http://openweathermap.org
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Weathery (weather) |
ID | eknnpofdolaciafcnokdbgfelpmdpceb |
URL Chính Thức | https://chromewebstore.google.com/detail/weathery-weather/eknnpofdolaciafcnokdbgfelpmdpceb |
Mô tả | A clean and simple weather app. |
Kích Thước Tệp | 317 KB |
Số Lần Cài Đặt | 818 |
Phiên Bản Hiện Tại | 0.1.3 |
Cập Nhật Lần Cuối | 2016-01-11 |
Ngày Phát Hành | 2016-01-10 |
Đánh Giá | 3.58/5 Tổng số 12 Đánh Giá |
Nhà Phát Triển | eky |
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": "Weathery (weather)", "short_name": "Weathery", "description": "A clean and simple weather app.", "version": "0.1.3", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "browser_action": { "default_icon": { "19": "icons\/favicons19\/02.png", "38": "icons\/favicons38\/02.png" }, "default_popup": "popup.html" }, "background": { "scripts": [ "dist\/updateIcon.js" ], "persistant": false }, "permissions": [ "storage", "alarms" ] } |