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?
Forecastfox Lite是由http://getforecastfox.com開發的Chrome擴展程式,該擴展的主要功能是“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擴展crx文件
下載Forecastfox Lite擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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.
擴展基本資訊
名稱 | |
ID | miooijfbinpacpdpfpgpjigoajajelpo |
官方網址 | https://chrome.google.com/webstore/detail/forecastfox-lite/miooijfbinpacpdpfpgpjigoajajelpo |
簡介 | Get the current weather on the new tab page. Forecastfox Lite is a simple, easy to use extension that shows you the time and… |
檔案大小 | 175 KB |
安裝次數 | 2,170 |
目前版本 | 22 |
更新時間 | 2013-05-21 |
上架時間 | 2013-05-21 |
評分 | 2.43/5 共 206 次評分 |
開發者 | http://getforecastfox.com |
付費類型 | free |
支援的語言 | 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 } } |