Get Directions

Get directions by right-clicking highlighted text.

Apa itu Get Directions?

Get Directions adalah ekstensi Chrome yang dikembangkan oleh sterfry1988, dan fitur utamanya adalah "Get directions by right-clicking highlighted text.".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Get Directions

Unduh file ekstensi Get Directions dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama Get Directions Get Directions
ID agldbpofhddoomegokiecfjkebalgnjk
URL Resmi https://chromewebstore.google.com/detail/get-directions/agldbpofhddoomegokiecfjkebalgnjk
Deskripsi Get directions by right-clicking highlighted text.
Ukuran File 37.05 KB
Jumlah Instalasi 311
Versi Saat Ini 2
Terakhir Diperbarui 2014-05-13
Tanggal Publikasi 2014-05-12
Penilaian 4.88/5 Total 8 Penilaian
Pengembang sterfry1988
Tipe Pembayaran free
Bahasa yang Didukung 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"
}