Get Directions

Get directions by right-clicking highlighted text.

Qu'est-ce que Get Directions ?

Get Directions est une extension Chrome développée par sterfry1988, et sa fonction principale est "Get directions by right-clicking highlighted text.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Get Directions

Téléchargez les fichiers d'extension Get Directions au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Get Directions Get Directions
ID agldbpofhddoomegokiecfjkebalgnjk
URL Officiel https://chromewebstore.google.com/detail/get-directions/agldbpofhddoomegokiecfjkebalgnjk
Description Get directions by right-clicking highlighted text.
Taille du Fichier 37.05 KB
Nombre d'Installations 311
Version Actuelle 2
Dernière Mise à Jour 2014-05-13
Date de Publication 2014-05-12
Évaluation 4.88/5 Total 8 Évaluations
Développeur sterfry1988
Type de Paiement free
Langues Prises en Charge 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"
}