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" } } |