Weathery Mood

Weathery Mood is a Chrome extension that lets you discover new playlists based on the current weather in your city.

Weathery Moodคืออะไร?

Weathery Mood เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Nicholas และคุณลักษณะหลักของมันคือ "Weathery Mood is a Chrome extension that lets you discover new playlists based on the current weather in your city."

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

screenshot
screenshot

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

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

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

                        Weathery Mood is a Chrome extension that lets you discover new playlists based on the current weather in your city.
If you feel that our extension is helpful for you, please give us five stars! Thanks!                    

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

ชื่อ Weathery Mood Weathery Mood
ID impipmibdfkmmalbmhhmdboepmghkbkk
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/weathery-mood/impipmibdfkmmalbmhhmdboepmghkbkk
คำอธิบาย Weathery Mood is a Chrome extension that lets you discover new playlists based on the current weather in your city.
ขนาดไฟล์ 49.32 KB
จำนวนการติดตั้ง 116
เวอร์ชันปัจจุบัน 0.2.1
อัปเดตครั้งล่าสุด 2018-10-05
วันที่เผยแพร่ 2018-10-05
คะแนน 4.60/5 รวมทั้งหมด 10 คะแนน
ผู้พัฒนา Nicholas
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "version": "0.2.1",
    "manifest_version": 2,
    "description": "__MSG_appDescription__",
    "icons": {
        "16": "images\/icon-16.png",
        "128": "images\/icon-128.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "scripts\/background.js"
        ]
    },
    "permissions": [
        "background",
        "geolocation",
        "storage"
    ],
    "browser_action": {
        "default_icon": {
            "19": "images\/icon-19.png",
            "38": "images\/icon-38.png"
        },
        "default_title": "weatherymood 2018",
        "default_popup": "popup.html"
    },
    "web_accessible_resources": [
        "images\/icon-48.png"
    ]
}