Weather Notifier for Blink Browsers

Checks the weather, updates notification every hour.

Weather Notifier for Blink Browsersคืออะไร?

Weather Notifier for Blink Browsers เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Geoffrey Stentiford และคุณลักษณะหลักของมันคือ "Checks the weather, updates notification every hour."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Weather Notifier for Blink Browsers

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

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

                        Heads up: I made this back in sixth grade (I'm a sophomore in college now) and I'm not sure I even have the signing key for this extension, so if there are any bugs or reliability issues, an update is (probably) not going to happen.

This is a simple but useful extension that displays a small notification with the current weather conditions at Chrome startup and at every hour afterwards. The zip code may be set in the extension's options page.

Icons: Icons made by Icon Works at http://icon-works.com from Flaticon at http://www.flaticon.com is licensed under Licensed under Creative Commons BY 3.0.                    

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

ชื่อ Weather Notifier for Blink Browsers Weather Notifier for Blink Browsers
ID bgmbocmonljnojhjiflmdookinfodcdh
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/weather-notifier-for-blin/bgmbocmonljnojhjiflmdookinfodcdh
คำอธิบาย Checks the weather, updates notification every hour.
ขนาดไฟล์ 6.28 KB
จำนวนการติดตั้ง 16
เวอร์ชันปัจจุบัน 0.0.0.4
อัปเดตครั้งล่าสุด 2023-04-14
วันที่เผยแพร่ 2015-11-12
ผู้พัฒนา Geoffrey Stentiford
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://sites.google.com/view/geoffrey-s/home
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Weather Notifier for Blink Browsers",
    "version": "0.0.0.4",
    "description": "Checks the weather, updates notification every hour.",
    "icons": {
        "32": "icon.png"
    },
    "author": "Geoffrey Stentiford",
    "background": {
        "scripts": [
            "weather.js"
        ]
    },
    "options_page": "options.html",
    "permissions": [
        "background",
        "notifications",
        "storage",
        "http:\/\/api.openweathermap.org\/"
    ]
}