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文件

下載Wector Chrome Extension擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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
}