Get Directions

Get directions by right-clicking highlighted text.

Vad är Get Directions?

Get Directions är en Chrome-tillägg utvecklad av sterfry1988, och dess huvudfunktion är "Get directions by right-clicking highlighted text.".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner Get Directions-förlängningens CRX-fil

Ladda ner Get Directions-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn Get Directions Get Directions
ID agldbpofhddoomegokiecfjkebalgnjk
Officiell webbadress https://chromewebstore.google.com/detail/get-directions/agldbpofhddoomegokiecfjkebalgnjk
Beskrivning Get directions by right-clicking highlighted text.
Filstorlek 37.05 KB
Antal Installationer 311
Aktuell Version 2
Senast Uppdaterad 2014-05-13
Publiceringsdatum 2014-05-12
Betyg 4.88/5 Totalt 8 Betyg
Utvecklare sterfry1988
Betalningssätt free
Stödda Språk 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"
}