Get Directions

Get directions by right-clicking highlighted text.

Hvad er Get Directions?

Get Directions er en Chrome-udvidelse udviklet af sterfry1988, og dens hovedfunktion er "Get directions by right-clicking highlighted text.".

Udvidelsesskærmbilleder

screenshot
screenshot

Download Get Directions-udvidelses-CRX-fil

Download Get Directions-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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                    

Grundlæggende oplysninger om udvidelsen

Navn Get Directions Get Directions
ID agldbpofhddoomegokiecfjkebalgnjk
Officiel URL https://chromewebstore.google.com/detail/get-directions/agldbpofhddoomegokiecfjkebalgnjk
Beskrivelse Get directions by right-clicking highlighted text.
Filstørrelse 37.05 KB
Antal Installationer 311
Nuværende Version 2
Senest Opdateret 2014-05-13
Udgivelsesdato 2014-05-12
Bedømmelse 4.88/5 Samlet 8 Bedømmelser
Udvikler sterfry1988
Betalingsmetode free
Understøttede Sprog 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"
}