Get Directions

Get directions by right-clicking highlighted text.

What is Get Directions?

Get Directions is a Chrome extension developed by sterfry1988, and its main feature is "Get directions by right-clicking highlighted text.".

Extension Screenshots

screenshot
screenshot

Download Get Directions Extension CRX File

Download Get Directions extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Get Directions Get Directions
ID agldbpofhddoomegokiecfjkebalgnjk
Official URL https://chromewebstore.google.com/detail/get-directions/agldbpofhddoomegokiecfjkebalgnjk
Description Get directions by right-clicking highlighted text.
File Size 37.05 KB
Installation Count 311
Current Version 2
Last Updated 2014-05-13
Publish Date 2014-05-12
Rating 4.88/5 Total 8 Ratings
Developer sterfry1988
Payment Type free
Supported Languages 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"
}