Weather Clock for Chrome
New tab screen with current time and weather.
Weather Clock for Chrome là gì?
Weather Clock for Chrome là một tiện ích mở rộng Chrome được phát triển bởi Next Things Apps, và tính năng chính của nó là "New tab screen with current time and weather.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Weather Clock for Chrome
Tải xuống các tệp mở rộng Weather Clock for Chrome dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Weather Clock for Chrome |
ID | adknmgojfoolkhflnjbjhnahaagjgogd |
URL Chính Thức | https://chromewebstore.google.com/detail/weather-clock-for-chrome/adknmgojfoolkhflnjbjhnahaagjgogd |
Mô tả | New tab screen with current time and weather. |
Kích Thước Tệp | 2.21 MB |
Số Lần Cài Đặt | 383 |
Phiên Bản Hiện Tại | 1.0.0 |
Cập Nhật Lần Cuối | 2019-09-04 |
Ngày Phát Hành | 2019-09-04 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | Next Things Apps |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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'" } |