Chatty Weather

This extension will chat with you about the weather

Chatty Weatherคืออะไร?

Chatty Weather เป็นส่วนขยายของ Chrome ที่พัฒนาโดย chattyweather และคุณลักษณะหลักของมันคือ "This extension will chat with you about the weather"

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

screenshot

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

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

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

                        Your friendly weather extension.                    

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

ชื่อ Chatty Weather Chatty Weather
ID kmkjddohbekfajbhmggnbpcgppgldnjh
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/chatty-weather/kmkjddohbekfajbhmggnbpcgppgldnjh
คำอธิบาย This extension will chat with you about the weather
ขนาดไฟล์ 79.46 KB
จำนวนการติดตั้ง 93
เวอร์ชันปัจจุบัน 0.0.1
อัปเดตครั้งล่าสุด 2016-09-06
วันที่เผยแพร่ 2016-09-06
คะแนน 4.00/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา chattyweather
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Chatty Weather",
    "version": "0.0.1",
    "manifest_version": 2,
    "description": "This extension will chat with you about the weather",
    "homepage_url": "https:\/\/chattyweather.herokuapp.com",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "browser_action": {
        "default_icon": "icons\/icon19.png",
        "default_title": "Chatty Weather",
        "default_popup": "popup.html"
    },
    "permissions": [
        "geolocation"
    ]
}