Wector Chrome Extension

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

Wector Chrome Extensionคืออะไร?

Wector Chrome Extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://wector-io.appspot.com และคุณลักษณะหลักของมันคือ "The quickest way to know where places are. Just highlight them!"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Wector Chrome Extension

ดาวน์โหลดไฟล์ส่วนขยาย 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
}