Forecast.io Weather

Simple, accurate weather forecast.

Forecast.io Weather là gì?

Forecast.io Weather là một tiện ích mở rộng Chrome được phát triển bởi https://sites.google.com/site/haroldmartin, và tính năng chính của nó là "Simple, accurate weather forecast.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Forecast.io Weather

Tải xuống các tệp mở rộng Forecast.io 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

                        * Fast weekly weather forecast in popup.
* Icon shows sunrise/sunset countdown.
* If you want to know the current temperature, go outside.

* Latest version fixes Celsius / Fahrenheit switching bug.

Courtesy of http://Forecast.io

https://github.com/hbmartin/chrome-forecast                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Forecast.io Weather Forecast.io Weather
ID mimfincbphlfoohpgppnphclbbnbmofc
URL Chính Thức https://chromewebstore.google.com/detail/forecastio-weather/mimfincbphlfoohpgppnphclbbnbmofc
Mô tả Simple, accurate weather forecast.
Kích Thước Tệp 63.45 KB
Số Lần Cài Đặt 240
Phiên Bản Hiện Tại 2.2.1
Cập Nhật Lần Cuối 2015-04-15
Ngày Phát Hành 2015-04-14
Đánh Giá 2.61/5 Tổng số 18 Đánh Giá
Nhà Phát Triển https://sites.google.com/site/haroldmartin
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://forecast.io
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Forecast.io Weather",
    "version": "2.2.1",
    "description": "Simple, accurate weather forecast.",
    "icons": {
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "background": {
        "scripts": [
            "sun\/Time.js",
            "sun\/JulianDay.js",
            "sun\/SolarPosition.js",
            "background.js"
        ],
        "persistent": false
    },
    "options_page": "options.html",
    "browser_action": {
        "default_icon": {
            "19": "img\/icon19.png",
            "38": "img\/icon38.png"
        },
        "default_title": "Forecast.io",
        "default_popup": "popup.html"
    },
    "manifest_version": 2,
    "permissions": [
        "alarms",
        "storage",
        "geolocation",
        "*:\/\/*.forecast.io\/*",
        "*:\/\/*.github.com\/hbmartin\/zip-code-json\/*"
    ]
}