Trovit Tab
Trovit Tab detects your location and displays local weather, time and calendar for quick reference
Trovit Tab là gì?
Trovit Tab là một tiện ích mở rộng Chrome được phát triển bởi Trovit, và tính năng chính của nó là "Trovit Tab detects your location and displays local weather, time and calendar for quick reference".
Ả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 Trovit Tab
Tải xuống các tệp mở rộng Trovit Tab 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
Trovit Tab for Chrome detects your location and displays local weather and a four-day forecast in a quick-to-read format, as well as the current time and monthly calendar for quick reference. Make the most of your browser by having useful information just one click away!
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | hnnhkapoklmofjfbckkphjbfijmghjce |
URL Chính Thức | https://chrome.google.com/webstore/detail/trovit-tab/hnnhkapoklmofjfbckkphjbfijmghjce |
Mô tả | Trovit Tab detects your location and displays local weather, time and calendar for quick reference |
Kích Thước Tệp | 996 KB |
Số Lần Cài Đặt | 18 |
Phiên Bản Hiện Tại | 1.5 |
Cập Nhật Lần Cuối | 2013-08-30 |
Ngày Phát Hành | 2013-08-30 |
Đánh Giá | 5.00/5 Tổng số 13 Đánh Giá |
Nhà Phát Triển | Trovit |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://www.trovit.com |
URL Trang Trợ Giúp | http://about.trovit.com |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Trovit Tab", "version": "1.5", "description": "Trovit Tab detects your location and displays local weather, time and calendar for quick reference", "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/ssl.google-analytics.com; object-src 'self'", "permissions": [ "storage", "geolocation", "tabs", "activeTab", "http:\/\/www.trovit.com\/", "http:\/\/*\/*", "https:\/\/*\/*", "https:\/\/ssl.google-analytics.com\/", "http:\/\/api.wunderground.com\/api" ], "browser_action": { "default_icon": { "19": "images\/button_t_19.png", "38": "images\/button_logo_38.png", "48": "images\/button_logo_48.png", "64": "images\/button_logo_64.png" }, "default_popup": "popup.html", "default_title": "Trovit" }, "chrome_url_overrides": { "newtab": "index.html" }, "icons": { "1024": "images\/icon1024.png", "512": "images\/icon512.png", "256": "images\/icon256.png", "128": "images\/icon128.png", "16": "images\/icon16.png", "96": "images\/icon96.png" } } |