Get Directions

Get directions by right-clicking highlighted text.

ما هو Get Directions؟

Get Directions هو إضافة Chrome تم تطويرها بواسطة sterfry1988، والميزة الرئيسية لها هي "Get directions by right-clicking highlighted text.".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة Get Directions

قم بتنزيل ملفات الامتداد Get Directions بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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                    

معلومات أساسية عن التمديد

الاسم Get Directions Get Directions
ID agldbpofhddoomegokiecfjkebalgnjk
عنوان URL الرسمي https://chromewebstore.google.com/detail/get-directions/agldbpofhddoomegokiecfjkebalgnjk
الوصف Get directions by right-clicking highlighted text.
حجم الملف 37.05 KB
عدد التثبيتات 311
النسخة الحالية 2
آخر تحديث 2014-05-13
تاريخ النشر 2014-05-12
تقييم 4.88/5 مجموع تقييمات 8
المطور sterfry1988
نوع الدفع free
اللغات المدعومة 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"
}