Trovit Tab
Trovit Tab detects your location and displays local weather, time and calendar for quick reference
什么是Trovit Tab?
Trovit Tab是由Trovit开发的Chrome扩展程序,该扩展的主要功能是“Trovit Tab detects your location and displays local weather, time and calendar for quick reference”。
扩展截图
下载Trovit Tab扩展crx文件
下载Trovit Tab扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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!
扩展基本信息
名称 | |
ID | hnnhkapoklmofjfbckkphjbfijmghjce |
官方URL | https://chrome.google.com/webstore/detail/trovit-tab/hnnhkapoklmofjfbckkphjbfijmghjce |
简介 | Trovit Tab detects your location and displays local weather, time and calendar for quick reference |
文件大小 | 996 KB |
安装次数 | 18 |
当前版本 | 1.5 |
更新时间 | 2013-08-30 |
上架时间 | 2013-08-30 |
评分 | 5.00/5 共13次评分 |
开发者 | Trovit |
付费类型 | free |
扩展官网 | http://www.trovit.com |
帮助页面URL | http://about.trovit.com |
支持的语言 | 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" } } |