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
公式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
}