Get Directions

Get directions by right-clicking highlighted text.

Get Directionsคืออะไร?

Get Directions เป็นส่วนขยายของ Chrome ที่พัฒนาโดย sterfry1988 และคุณลักษณะหลักของมันคือ "Get directions by right-clicking highlighted text."

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Get Directions

ดาวน์โหลดไฟล์ส่วนขยาย Get Directions ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Version 2.0
Updates: New icons, you can now get directions to the "Home" and "Work" values set in My places. You can add another custom address in the options of the extension.

Direction extension that will allow you to highlight addresses and subjects and bring up a context menu item directly linking to the Google Maps direction list

For tested behavior please enter your starting location in the options page of the extension                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Get Directions Get Directions
ID agldbpofhddoomegokiecfjkebalgnjk
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/get-directions/agldbpofhddoomegokiecfjkebalgnjk
คำอธิบาย Get directions by right-clicking highlighted text.
ขนาดไฟล์ 37.05 KB
จำนวนการติดตั้ง 311
เวอร์ชันปัจจุบัน 2
อัปเดตครั้งล่าสุด 2014-05-13
วันที่เผยแพร่ 2014-05-12
คะแนน 4.88/5 รวมทั้งหมด 8 คะแนน
ผู้พัฒนา sterfry1988
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Get Directions",
    "description": "Get directions by right-clicking highlighted text.",
    "version": "2",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "contextMenus"
    ],
    "options_page": "options.html"
}