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"입니다.

확장 프로그램 스크린샷

screenshot

Trovit Tab 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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!                    

확장 프로그램 기본 정보

이름 Trovit Tab Trovit Tab
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"
    }
}