Current Weather - New Tab

Override the new tab page with an elegant new tab. View live weather data in an awesome live new tab!

Current Weather - New Tabคืออะไร?

Current Weather - New Tab เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Antech Development และคุณลักษณะหลักของมันคือ "Override the new tab page with an elegant new tab. View live weather data in an awesome live new tab!"

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

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Current Weather - New Tab

ดาวน์โหลดไฟล์ส่วนขยาย Current Weather - New Tab ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                                            

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

ชื่อ Current Weather - New Tab Current Weather - New Tab
ID gkgglahfccodheljaolemocokldjbnbh
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/current-weather-new-tab/gkgglahfccodheljaolemocokldjbnbh
คำอธิบาย Override the new tab page with an elegant new tab. View live weather data in an awesome live new tab!
ขนาดไฟล์ 614 KB
จำนวนการติดตั้ง 5,035
เวอร์ชันปัจจุบัน 1.1
อัปเดตครั้งล่าสุด 2016-02-02
วันที่เผยแพร่ 2016-02-01
คะแนน 3.88/5 รวมทั้งหมด 16 คะแนน
ผู้พัฒนา Antech Development
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://www.antechdevelopment.com
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Current Weather - New Tab",
    "short_name": "View live weather data in an awesome live new tab!",
    "description": "Override the new tab page with an elegant new tab. View live weather data in an awesome live new tab!",
    "version": "1.1",
    "incognito": "split",
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "permissions": [
        "geolocation",
        "storage"
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png",
        "256": "icon256.png"
    }
}