Forecastfox Lite
Get the current weather on the new tab page. Forecastfox Lite is a simple, easy to use extension that shows you the time and…
Forecastfox Lite là gì?
Forecastfox Lite là một tiện ích mở rộng Chrome được phát triển bởi http://getforecastfox.com, và tính năng chính của nó là "Get the current weather on the new tab page. Forecastfox Lite is a simple, easy to use extension that shows you the time and…".
Ả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 Forecastfox Lite
Tải xuống các tệp mở rộng Forecastfox Lite 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 the current weather on the new tab page. Forecastfox Lite is a simple, easy to use extension that shows you the time and weather on the new tab page.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | miooijfbinpacpdpfpgpjigoajajelpo |
URL Chính Thức | https://chrome.google.com/webstore/detail/forecastfox-lite/miooijfbinpacpdpfpgpjigoajajelpo |
Mô tả | Get the current weather on the new tab page. Forecastfox Lite is a simple, easy to use extension that shows you the time and… |
Kích Thước Tệp | 175 KB |
Số Lần Cài Đặt | 2,170 |
Phiên Bản Hiện Tại | 22 |
Cập Nhật Lần Cuối | 2013-05-21 |
Ngày Phát Hành | 2013-05-21 |
Đánh Giá | 2.43/5 Tổng số 206 Đánh Giá |
Nhà Phát Triển | http://getforecastfox.com |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Forecastfox Lite", "version": "22", "manifest_version": 2, "chrome_url_overrides": { "newtab": "forecastfox.html" }, "permissions": [ "alarms", "storage", "geolocation", "http:\/\/*.accuweather.com\/" ], "icons": { "16": "images\/logo16.png", "32": "images\/logo32.png", "48": "images\/logo48.png", "128": "images\/logo128.png" }, "background": { "scripts": [ "js\/extern.js", "js\/eventPage.js" ], "persistent": false } } |