Weather Clock for Chrome

New tab screen with current time and weather.

Weather Clock for Chromeคืออะไร?

Weather Clock for Chrome เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Next Things Apps และคุณลักษณะหลักของมันคือ "New tab screen with current time and weather."

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

screenshot
screenshot

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

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

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

                        Weather Clock for Chrome is a simple extension that replaces your "New Tab" screen with a new one that shows you the current time and the weather.                    

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

ชื่อ Weather Clock for Chrome Weather Clock for Chrome
ID adknmgojfoolkhflnjbjhnahaagjgogd
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/weather-clock-for-chrome/adknmgojfoolkhflnjbjhnahaagjgogd
คำอธิบาย New tab screen with current time and weather.
ขนาดไฟล์ 2.21 MB
จำนวนการติดตั้ง 383
เวอร์ชันปัจจุบัน 1.0.0
อัปเดตครั้งล่าสุด 2019-09-04
วันที่เผยแพร่ 2019-09-04
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา Next Things Apps
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Weather Clock for Chrome",
    "version": "1.0.0",
    "manifest_version": 2,
    "options_page": "app\/index.html#\/drawer\/settings",
    "icons": {
        "16": "images\/icon16.png",
        "96": "images\/icon96.png",
        "128": "images\/icon128.png"
    },
    "description": "New tab screen with current time and weather.",
    "background": {
        "scripts": [
            "app\/underscore.js",
            "app\/background.js"
        ]
    },
    "chrome_url_overrides": {
        "newtab": "app\/index.html"
    },
    "default_locale": "en",
    "permissions": [
        "storage",
        "tabs",
        "unlimitedStorage",
        "geolocation",
        "unlimitedStorage",
        "https:\/\/maps.googleapis.com\/maps\/api\/",
        "http:\/\/api.wunderground.com\/api",
        "https:\/\/ssl.google-analytics.com\/",
        "https:\/\/s3.amazonaws.com\/"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com https:\/\/widget.uservoice.com\/; object-src 'self'"
}

ส่วนขยายที่เกี่ยวข้อง