Get Directions
Get directions by right-clicking highlighted text.
Was ist Get Directions?
Get Directions ist eine Chrome-Erweiterung, die von sterfry1988 entwickelt wurde, und ihr Hauptmerkmal ist "Get directions by right-clicking highlighted text.".
Erweiterungsscreenshots
Get Directions-Erweiterungs-CRX-Datei herunterladen
Laden Sie Get Directions-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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
Grundlegende Informationen zur Erweiterung
Name | Get Directions |
ID | agldbpofhddoomegokiecfjkebalgnjk |
Offizielle URL | https://chromewebstore.google.com/detail/get-directions/agldbpofhddoomegokiecfjkebalgnjk |
Beschreibung | Get directions by right-clicking highlighted text. |
Dateigröße | 37.05 KB |
Installationsanzahl | 311 |
Aktuelle Version | 2 |
Letztes Update | 2014-05-13 |
Veröffentlichungsdatum | 2014-05-12 |
Bewertung | 4.88/5 Insgesamt 8 Bewertungen |
Entwickler | sterfry1988 |
Zahlungsart | free |
Unterstützte Sprachen | 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" } |