Wector Chrome Extension

The quickest way to know where places are. Just highlight them!

Wector Chrome Extension란 무엇입니까?

Wector Chrome Extension은(는) https://wector-io.appspot.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "The quickest way to know where places are. Just highlight them!"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Wector Chrome Extension 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Highlight any place on the web to find out how much time it'll take, and how you can get there!

Wector integrates the power of Google Maps seamlessly into your browsing experience. Highlight any place, and Wector will instantly tell you how far you are from it in an elegant bar at the bottom of your screen. Want to know how to get there? Just click the external link icon and you'll be shown the route on Google Maps!

Current Features:
- Know how far the highlighted place is, instantly
- Click to see the route on Google Maps
- Set your home location
- Adjust biking and walking speeds

Authors:
Wector was conceptualized and created by two undergraduate students at Cornell - Palash Agarwal and Karun Singh.

How did this start?
While looking for hackathons to attend in the school year, we were frustrated by the number of times we had to check how far other universities are from Cornell. Hence, we came up with the idea of Wector: a browser extension that would automate this process for us, and condense five tedious steps into one.                    

확장 프로그램 기본 정보

이름 Wector Chrome Extension Wector Chrome Extension
ID fnhndnmiikmadhdpfajepacocmeaikde
공식 URL https://chromewebstore.google.com/detail/wector-chrome-extension/fnhndnmiikmadhdpfajepacocmeaikde
설명 The quickest way to know where places are. Just highlight them!
파일 크기 49.7 KB
설치 횟수 43
현재 버전 1.2.1
최근 업데이트 2015-10-11
출시 날짜 2015-10-10
평점 4.86/5 총 7 개의 평점
개발자 https://wector-io.appspot.com
결제 유형 free
확장 프로그램 웹 사이트 http://wector.ml
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Wector Chrome Extension",
    "version": "1.2.1",
    "manifest_version": 2,
    "description": "The quickest way to know where places are. Just highlight them!",
    "author": "khaaliDimaag",
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "content.css"
            ],
            "js": [
                "content_script.js",
                "jquery-1.11.3.min.js"
            ]
        }
    ],
    "permissions": [
        "storage"
    ],
    "icons": {
        "128": "logo128.png",
        "48": "logo48.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "web_accessible_resources": [
        "logo48w.png"
    ],
    "short_name": "Wector",
    "offline_enabled": false
}