Weather Clock for Chrome
New tab screen with current time and weather.
Apa itu Weather Clock for Chrome?
Weather Clock for Chrome adalah ekstensi Chrome yang dikembangkan oleh Next Things Apps, dan fitur utamanya adalah "New tab screen with current time and weather.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Weather Clock for Chrome
Unduh file ekstensi Weather Clock for Chrome dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | Weather Clock for Chrome |
ID | adknmgojfoolkhflnjbjhnahaagjgogd |
URL Resmi | https://chromewebstore.google.com/detail/weather-clock-for-chrome/adknmgojfoolkhflnjbjhnahaagjgogd |
Deskripsi | New tab screen with current time and weather. |
Ukuran File | 2.21 MB |
Jumlah Instalasi | 383 |
Versi Saat Ini | 1.0.0 |
Terakhir Diperbarui | 2019-09-04 |
Tanggal Publikasi | 2019-09-04 |
Penilaian | 5.00/5 Total 1 Penilaian |
Pengembang | Next Things Apps |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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'" } |