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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://getforecastfox.com และคุณลักษณะหลักของมันคือ "Get the current weather on the new tab page. Forecastfox Lite is a simple, easy to use extension that shows you the time and…"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Forecastfox Lite

ดาวน์โหลดไฟล์ส่วนขยาย 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.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Forecastfox Lite Forecastfox Lite
ID miooijfbinpacpdpfpgpjigoajajelpo
URL อย่างเป็นทางการ 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
    }
}