Get Directions

Get directions by right-clicking highlighted text.

Wat is Get Directions?

Get Directions is een Chrome-extensie ontwikkeld door sterfry1988, en de belangrijkste functie is "Get directions by right-clicking highlighted text.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Get Directions

Download Get Directions-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Get Directions Get Directions
ID agldbpofhddoomegokiecfjkebalgnjk
Officiële URL https://chromewebstore.google.com/detail/get-directions/agldbpofhddoomegokiecfjkebalgnjk
Beschrijving Get directions by right-clicking highlighted text.
Bestandsgrootte 37.05 KB
Aantal Installaties 311
Huidige Versie 2
Laatst Bijgewerkt 2014-05-13
Publicatiedatum 2014-05-12
Beoordeling 4.88/5 Totaal 8 Beoordelingen
Ontwikkelaar sterfry1988
Betalingswijze free
Ondersteunde Talen 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"
}