Weathergirls

Let the Weathergirls show you what the weather is like out there with each new tab!

Weathergirlsคืออะไร?

Weathergirls เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://fathom.info และคุณลักษณะหลักของมันคือ "Let the Weathergirls show you what the weather is like out there with each new tab!"

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

screenshot

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

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

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

                        Know what to wear for the weather with the Weathergirls Chrome extension made by Fathom Information Design                    

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

ชื่อ Weathergirls Weathergirls
ID febjnmbhehpkkddkolebbbeojbokkmng
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/weathergirls/febjnmbhehpkkddkolebbbeojbokkmng
คำอธิบาย Let the Weathergirls show you what the weather is like out there with each new tab!
ขนาดไฟล์ 833 KB
จำนวนการติดตั้ง 23
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2017-12-18
วันที่เผยแพร่ 2017-12-18
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา https://fathom.info
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Weathergirls",
    "description": "Let the Weathergirls show you what the weather is like out there with each new tab!",
    "version": "1.0",
    "incognito": "split",
    "chrome_url_overrides": {
        "newtab": "girls.html"
    },
    "short_name": "Weathergirls",
    "permissions": [
        "geolocation",
        "https:\/\/*.fathom.info\/"
    ],
    "content_security_policy": "script-src 'self' https:\/\/use.fontawesome.com https:\/\/api.forecast.io https:\/\/weathergirls.fathom.info; object-src 'self'",
    "manifest_version": 2,
    "icons": {
        "38": "icon.png",
        "128": "icon128.png",
        "144": "icon144.png"
    }
}